Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdcom.google.code.play2-maven-plugin |
ArtifactId | ArtifactIdplugin |
Version | Version1.0.0-alpha1 |
Type | Typepom |
Filename | Size |
---|---|
plugin-1.0.0-alpha1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.code.play2-maven-plugin/plugin/ -->
<dependency>
<groupId>com.google.code.play2-maven-plugin</groupId>
<artifactId>plugin</artifactId>
<version>1.0.0-alpha1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.play2-maven-plugin/plugin/
implementation 'com.google.code.play2-maven-plugin:plugin:1.0.0-alpha1'
// https://jarcasting.com/artifacts/com.google.code.play2-maven-plugin/plugin/
implementation ("com.google.code.play2-maven-plugin:plugin:1.0.0-alpha1")
'com.google.code.play2-maven-plugin:plugin:pom:1.0.0-alpha1'
<dependency org="com.google.code.play2-maven-plugin" name="plugin" rev="1.0.0-alpha1">
<artifact name="plugin" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.google.code.play2-maven-plugin', module='plugin', version='1.0.0-alpha1')
)
libraryDependencies += "com.google.code.play2-maven-plugin" % "plugin" % "1.0.0-alpha1"
[com.google.code.play2-maven-plugin/plugin "1.0.0-alpha1"]