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