| Categories | CategoriesIDE Development Tools Maven Build Tools | 
|---|---|
| GroupId | GroupIdcom.google.code.play2-maven-plugin | 
| ArtifactId | ArtifactIdplay2-provider-play21 | 
| Version | Version1.0.0-beta2 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/com.google.code.play2-maven-plugin/play2-provider-play21/ -->
<dependency>
    <groupId>com.google.code.play2-maven-plugin</groupId>
    <artifactId>play2-provider-play21</artifactId>
    <version>1.0.0-beta2</version>
</dependency>// https://jarcasting.com/artifacts/com.google.code.play2-maven-plugin/play2-provider-play21/
implementation 'com.google.code.play2-maven-plugin:play2-provider-play21:1.0.0-beta2'// https://jarcasting.com/artifacts/com.google.code.play2-maven-plugin/play2-provider-play21/
implementation ("com.google.code.play2-maven-plugin:play2-provider-play21:1.0.0-beta2")'com.google.code.play2-maven-plugin:play2-provider-play21:jar:1.0.0-beta2'<dependency org="com.google.code.play2-maven-plugin" name="play2-provider-play21" rev="1.0.0-beta2">
  <artifact name="play2-provider-play21" type="jar" />
</dependency>@Grapes(
@Grab(group='com.google.code.play2-maven-plugin', module='play2-provider-play21', version='1.0.0-beta2')
)libraryDependencies += "com.google.code.play2-maven-plugin" % "play2-provider-play21" % "1.0.0-beta2"[com.google.code.play2-maven-plugin/play2-provider-play21 "1.0.0-beta2"]