GroupId | GroupIdonline.inote |
---|---|
ArtifactId | ArtifactIdnaruto-utils |
Version | Version0.0.5-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
naruto-utils-0.0.5-RELEASE.pom | |
naruto-utils-0.0.5-RELEASE.jar | 18 KB |
naruto-utils-0.0.5-RELEASE-sources.jar | 10 KB |
naruto-utils-0.0.5-RELEASE-javadoc.jar | 88 KB |
Browse |
<!-- https://jarcasting.com/artifacts/online.inote/naruto-utils/ -->
<dependency>
<groupId>online.inote</groupId>
<artifactId>naruto-utils</artifactId>
<version>0.0.5-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/online.inote/naruto-utils/
implementation 'online.inote:naruto-utils:0.0.5-RELEASE'
// https://jarcasting.com/artifacts/online.inote/naruto-utils/
implementation ("online.inote:naruto-utils:0.0.5-RELEASE")
'online.inote:naruto-utils:jar:0.0.5-RELEASE'
<dependency org="online.inote" name="naruto-utils" rev="0.0.5-RELEASE">
<artifact name="naruto-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='online.inote', module='naruto-utils', version='0.0.5-RELEASE')
)
libraryDependencies += "online.inote" % "naruto-utils" % "0.0.5-RELEASE"
[online.inote/naruto-utils "0.0.5-RELEASE"]