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