MVN

com.payintech : play-ebean_2.11

Maven & Gradle

Oct 14, 2019
30 stars

play-ebean · Play Ebean module

<dependency>
    <groupId>com.payintech</groupId>
    <artifactId>play-ebean_2.11</artifactId>
    <version>19.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.payintech : play-ebean_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 19.10

All Versions

Choose a version of com.payintech : play-ebean_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
19.10
play-ebean_2.11-19.10
19.09
play-ebean_2.11-19.09
19.07
play-ebean_2.11-19.07
19.04
play-ebean_2.11-19.04
19.03
play-ebean_2.11-19.03
19.02
play-ebean_2.11-19.02
19.01
play-ebean_2.11-19.01
18.12
play-ebean_2.11-18.12
18.11
play-ebean_2.11-18.11
18.10
play-ebean_2.11-18.10
18.08
play-ebean_2.11-18.08
18.06
play-ebean_2.11-18.06
18.05
play-ebean_2.11-18.05
18.04
play-ebean_2.11-18.04
18.03
play-ebean_2.11-18.03
18.02
play-ebean_2.11-18.02
18.01
play-ebean_2.11-18.01
18.04u1
play-ebean_2.11-18.04u1
18.02u1
play-ebean_2.11-18.02u1
18.01u1
play-ebean_2.11-18.01u1
17.12
play-ebean_2.11-17.12
17.05
play-ebean_2.11-17.05
17.04
play-ebean_2.11-17.04
17.03
play-ebean_2.11-17.03
17.02
play-ebean_2.11-17.02
17.01
play-ebean_2.11-17.01
16.12
play-ebean_2.11-16.12
16.11
play-ebean_2.11-16.11

How to add a dependency to Maven

Add the following com.payintech : play-ebean_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.payintech</groupId>
    <artifactId>play-ebean_2.11</artifactId>
    <version>19.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.payintech : play-ebean_2.11 gradle dependency to your build.gradle file:

implementation 'com.payintech:play-ebean_2.11:19.10'

Gradle Kotlin DSL: Add the following com.payintech : play-ebean_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.payintech:play-ebean_2.11:19.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.payintech : play-ebean_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.payintech" % "play-ebean_2.11" % "19.10"