Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdcom.google.code.play2-maven-plugin |
ArtifactId | ArtifactIdplay2-source-watchers |
Version | Version1.0.0-beta9 |
Type | Typepom |
Filename | Size |
---|---|
play2-source-watchers-1.0.0-beta9.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-beta9</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-beta9'
// 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-beta9")
'com.google.code.play2-maven-plugin:play2-source-watchers:pom:1.0.0-beta9'
<dependency org="com.google.code.play2-maven-plugin" name="play2-source-watchers" rev="1.0.0-beta9">
<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-beta9')
)
libraryDependencies += "com.google.code.play2-maven-plugin" % "play2-source-watchers" % "1.0.0-beta9"
[com.google.code.play2-maven-plugin/play2-source-watchers "1.0.0-beta9"]