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