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