is not current version
Last Version 1.0.0-beta8

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

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-beta5
Type

Type

pom

Download plugin 1.0.0-beta5

Filename Size
plugin-1.0.0-beta5.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-beta5</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-beta5'
// https://jarcasting.com/artifacts/com.google.code.maven-play-plugin/plugin/
implementation ("com.google.code.maven-play-plugin:plugin:1.0.0-beta5")
'com.google.code.maven-play-plugin:plugin:pom:1.0.0-beta5'
<dependency org="com.google.code.maven-play-plugin" name="plugin" rev="1.0.0-beta5">
  <artifact name="plugin" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.google.code.maven-play-plugin', module='plugin', version='1.0.0-beta5')
)
libraryDependencies += "com.google.code.maven-play-plugin" % "plugin" % "1.0.0-beta5"
[com.google.code.maven-play-plugin/plugin "1.0.0-beta5"]