GroupId | GroupIdonline.inote |
---|---|
ArtifactId | ArtifactIdnaruto-cache |
Version | Version0.0.3-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/online.inote/naruto-cache/ -->
<dependency>
<groupId>online.inote</groupId>
<artifactId>naruto-cache</artifactId>
<version>0.0.3-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/online.inote/naruto-cache/
implementation 'online.inote:naruto-cache:0.0.3-RELEASE'
// https://jarcasting.com/artifacts/online.inote/naruto-cache/
implementation ("online.inote:naruto-cache:0.0.3-RELEASE")
'online.inote:naruto-cache:jar:0.0.3-RELEASE'
<dependency org="online.inote" name="naruto-cache" rev="0.0.3-RELEASE">
<artifact name="naruto-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='online.inote', module='naruto-cache', version='0.0.3-RELEASE')
)
libraryDependencies += "online.inote" % "naruto-cache" % "0.0.3-RELEASE"
[online.inote/naruto-cache "0.0.3-RELEASE"]