felipebonezi / play-ground   1.4.0

Apache License 2.0 GitHub

A boilerplate project for Play! Framework projects. Develop faster with wrapped operations such as CRUD, Repositories, JWT, etc.

Scala versions: 2.13

play-ground 1.4.0


Group ID:
io.github.felipebonezi
Artifact ID:
play-ground_2.13
Version:
1.4.0
Release Date:
Jul 23, 2022
Licenses:
Files:

libraryDependencies += "io.github.felipebonezi" %% "play-ground" % "1.4.0"

Mill build tool

ivy"io.github.felipebonezi::play-ground:1.4.0"

Scala CLI

//> using dep "io.github.felipebonezi::play-ground:1.4.0"

Ammonite REPL

import $ivy.`io.github.felipebonezi::play-ground:1.4.0`

<dependency>
  <groupId>io.github.felipebonezi</groupId>
  <artifactId>play-ground_2.13</artifactId>
  <version>1.4.0</version>
</dependency>

compile group: 'io.github.felipebonezi', name: 'play-ground_2.13', version: '1.4.0'