GroupId | GroupIdorg.wisdom-framework |
---|---|
ArtifactId | ArtifactIdwisdom-simple-watcher-archetype |
Version | Version0.6.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.wisdom-framework/wisdom-simple-watcher-archetype/ -->
<dependency>
<groupId>org.wisdom-framework</groupId>
<artifactId>wisdom-simple-watcher-archetype</artifactId>
<version>0.6.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.wisdom-framework/wisdom-simple-watcher-archetype/
implementation 'org.wisdom-framework:wisdom-simple-watcher-archetype:0.6.4'
// https://jarcasting.com/artifacts/org.wisdom-framework/wisdom-simple-watcher-archetype/
implementation ("org.wisdom-framework:wisdom-simple-watcher-archetype:0.6.4")
'org.wisdom-framework:wisdom-simple-watcher-archetype:jar:0.6.4'
<dependency org="org.wisdom-framework" name="wisdom-simple-watcher-archetype" rev="0.6.4">
<artifact name="wisdom-simple-watcher-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wisdom-framework', module='wisdom-simple-watcher-archetype', version='0.6.4')
)
libraryDependencies += "org.wisdom-framework" % "wisdom-simple-watcher-archetype" % "0.6.4"
[org.wisdom-framework/wisdom-simple-watcher-archetype "0.6.4"]