is not current version
Last Version 1.0.0-beta8

com.google.code.maven-play-plugin:plugin 1.0.0-beta6

Maven Plugin for Play! Framework Parent

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.google.code.maven-play-plugin
ArtifactId

ArtifactId

plugin
Version

Version

1.0.0-beta6
Type

Type

pom

Download plugin 1.0.0-beta6

Filename Size
plugin-1.0.0-beta6.pom 2 KB
Browse

<!-- https://jarcasting.com/artifacts/com.google.code.maven-play-plugin/plugin/ -->
<dependency>
    <groupId>com.google.code.maven-play-plugin</groupId>
    <artifactId>plugin</artifactId>
    <version>1.0.0-beta6</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.maven-play-plugin/plugin/
implementation 'com.google.code.maven-play-plugin:plugin:1.0.0-beta6'
// https://jarcasting.com/artifacts/com.google.code.maven-play-plugin/plugin/
implementation ("com.google.code.maven-play-plugin:plugin:1.0.0-beta6")
'com.google.code.maven-play-plugin:plugin:pom:1.0.0-beta6'
<dependency org="com.google.code.maven-play-plugin" name="plugin" rev="1.0.0-beta6">
  <artifact name="plugin" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.google.code.maven-play-plugin', module='plugin', version='1.0.0-beta6')
)
libraryDependencies += "com.google.code.maven-play-plugin" % "plugin" % "1.0.0-beta6"
[com.google.code.maven-play-plugin/plugin "1.0.0-beta6"]