Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.uniubi.cloud |
ArtifactId | ArtifactIdathena-java-development-kit |
Version | Version1.0.3.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.uniubi.cloud/athena-java-development-kit/ -->
<dependency>
<groupId>com.uniubi.cloud</groupId>
<artifactId>athena-java-development-kit</artifactId>
<version>1.0.3.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.uniubi.cloud/athena-java-development-kit/
implementation 'com.uniubi.cloud:athena-java-development-kit:1.0.3.RELEASE'
// https://jarcasting.com/artifacts/com.uniubi.cloud/athena-java-development-kit/
implementation ("com.uniubi.cloud:athena-java-development-kit:1.0.3.RELEASE")
'com.uniubi.cloud:athena-java-development-kit:jar:1.0.3.RELEASE'
<dependency org="com.uniubi.cloud" name="athena-java-development-kit" rev="1.0.3.RELEASE">
<artifact name="athena-java-development-kit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.uniubi.cloud', module='athena-java-development-kit', version='1.0.3.RELEASE')
)
libraryDependencies += "com.uniubi.cloud" % "athena-java-development-kit" % "1.0.3.RELEASE"
[com.uniubi.cloud/athena-java-development-kit "1.0.3.RELEASE"]