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