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