MVN

com.google.code.maven-play-plugin : play12-extensions

Maven & Gradle

Feb 14, 2014
1 usages

Play! 1.2 Specific Extensions · Play! 1.2 Specific Extensions

<dependency>
    <groupId>com.google.code.maven-play-plugin</groupId>
    <artifactId>play12-extensions</artifactId>
    <version>1.0.0-beta7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.code.maven-play-plugin : play12-extensions to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-beta7
  • Latest Beta: 1.0.0-beta7

All Versions

Choose a version of com.google.code.maven-play-plugin : play12-extensions to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
play12-extensions-1.0.0-beta7
play12-extensions-1.0.0-beta6
play12-extensions-1.0.0-beta5
play12-extensions-1.0.0-beta4

How to add a dependency to Maven

Add the following com.google.code.maven-play-plugin : play12-extensions maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.google.code.maven-play-plugin</groupId>
    <artifactId>play12-extensions</artifactId>
    <version>1.0.0-beta7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.google.code.maven-play-plugin : play12-extensions gradle dependency to your build.gradle file:

implementation 'com.google.code.maven-play-plugin:play12-extensions:1.0.0-beta7'

Gradle Kotlin DSL: Add the following com.google.code.maven-play-plugin : play12-extensions gradle kotlin dependency to your build.gradle.kts file:

implementation("com.google.code.maven-play-plugin:play12-extensions:1.0.0-beta7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.google.code.maven-play-plugin : play12-extensions sbt scala dependency to your build.sbt file:

libraryDependencies += "com.google.code.maven-play-plugin" % "play12-extensions" % "1.0.0-beta7"