MVN

com.luketebbs.uniform : interpreter-play27_2.13

Maven & Gradle

Mar 15, 2022
8 stars

interpreter-play27 · interpreter-play27

<dependency>
    <groupId>com.luketebbs.uniform</groupId>
    <artifactId>interpreter-play27_2.13</artifactId>
    <version>4.10.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.luketebbs.uniform : interpreter-play27_2.13 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.10.0
  • Latest Release Candidate: 5.0.0-RC6

All Versions

Choose a version of com.luketebbs.uniform : interpreter-play27_2.13 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
interpreter-play27_2.13-5.0.0-RC6
interpreter-play27_2.13-5.0.0-RC5
interpreter-play27_2.13-5.0.0-RC4
interpreter-play27_2.13-5.0.0-RC3
interpreter-play27_2.13-5.0.0-RC2
interpreter-play27_2.13-5.0.0-RC1
4.10.x
interpreter-play27_2.13-4.10.0
4.9.x
interpreter-play27_2.13-4.9.0
4.8.x
interpreter-play27_2.13-4.8.1
interpreter-play27_2.13-4.8.0
4.7.x
interpreter-play27_2.13-4.7.0
4.6.x
interpreter-play27_2.13-4.6.0
4.5.x
interpreter-play27_2.13-4.5.1
interpreter-play27_2.13-4.5.0
4.4.x
interpreter-play27_2.13-4.4.1
interpreter-play27_2.13-4.4.0
4.3.x
interpreter-play27_2.13-4.3.0

How to add a dependency to Maven

Add the following com.luketebbs.uniform : interpreter-play27_2.13 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.luketebbs.uniform</groupId>
    <artifactId>interpreter-play27_2.13</artifactId>
    <version>4.10.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.luketebbs.uniform : interpreter-play27_2.13 gradle dependency to your build.gradle file:

implementation 'com.luketebbs.uniform:interpreter-play27_2.13:4.10.0'

Gradle Kotlin DSL: Add the following com.luketebbs.uniform : interpreter-play27_2.13 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.luketebbs.uniform:interpreter-play27_2.13:4.10.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.luketebbs.uniform : interpreter-play27_2.13 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.luketebbs.uniform" % "interpreter-play27_2.13" % "4.10.0"