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