GroupId | GroupIdcom.adeptj |
---|---|
ArtifactId | ArtifactIdadeptj-runtime-tools |
Version | Version1.0.3.Final |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.adeptj/adeptj-runtime-tools/ -->
<dependency>
<groupId>com.adeptj</groupId>
<artifactId>adeptj-runtime-tools</artifactId>
<version>1.0.3.Final</version>
</dependency>
// https://jarcasting.com/artifacts/com.adeptj/adeptj-runtime-tools/
implementation 'com.adeptj:adeptj-runtime-tools:1.0.3.Final'
// https://jarcasting.com/artifacts/com.adeptj/adeptj-runtime-tools/
implementation ("com.adeptj:adeptj-runtime-tools:1.0.3.Final")
'com.adeptj:adeptj-runtime-tools:jar:1.0.3.Final'
<dependency org="com.adeptj" name="adeptj-runtime-tools" rev="1.0.3.Final">
<artifact name="adeptj-runtime-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.adeptj', module='adeptj-runtime-tools', version='1.0.3.Final')
)
libraryDependencies += "com.adeptj" % "adeptj-runtime-tools" % "1.0.3.Final"
[com.adeptj/adeptj-runtime-tools "1.0.3.Final"]