MVN

com.typesafe.play : sbt-play-ebean_2.12_1.0

Maven & Gradle

Sep 15, 2023
99 stars

sbt-play-ebean · sbt-play-ebean

<dependency>
    <groupId>com.typesafe.play</groupId>
    <artifactId>sbt-play-ebean_2.12_1.0</artifactId>
    <version>7.0.0-RC1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.typesafe.play : sbt-play-ebean_2.12_1.0 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.0.0-M3
  • Latest Release Candidate: 7.0.0-RC1

All Versions

Choose a version of com.typesafe.play : sbt-play-ebean_2.12_1.0 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.0.x
sbt-play-ebean_2.12_1.0-7.0.0-RC1
sbt-play-ebean_2.12_1.0-7.0.0-M3
sbt-play-ebean_2.12_1.0-7.0.0-M2
sbt-play-ebean_2.12_1.0-7.0.0-M1
6.2.x
sbt-play-ebean_2.12_1.0-6.2.0
sbt-play-ebean_2.12_1.0-6.2.0-RC7
sbt-play-ebean_2.12_1.0-6.2.0-RC6
sbt-play-ebean_2.12_1.0-6.2.0-RC5
sbt-play-ebean_2.12_1.0-6.2.0-RC4

How to add a dependency to Maven

Add the following com.typesafe.play : sbt-play-ebean_2.12_1.0 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.typesafe.play</groupId>
    <artifactId>sbt-play-ebean_2.12_1.0</artifactId>
    <version>7.0.0-RC1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.typesafe.play : sbt-play-ebean_2.12_1.0 gradle dependency to your build.gradle file:

implementation 'com.typesafe.play:sbt-play-ebean_2.12_1.0:7.0.0-RC1'

Gradle Kotlin DSL: Add the following com.typesafe.play : sbt-play-ebean_2.12_1.0 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.typesafe.play:sbt-play-ebean_2.12_1.0:7.0.0-RC1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.typesafe.play : sbt-play-ebean_2.12_1.0 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.typesafe.play" % "sbt-play-ebean_2.12_1.0" % "7.0.0-RC1"