Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.kathra |
ArtifactId | ArtifactIdkathra-resourcemanager-client |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.kathra/kathra-resourcemanager-client/ -->
<dependency>
<groupId>org.kathra</groupId>
<artifactId>kathra-resourcemanager-client</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.kathra/kathra-resourcemanager-client/
implementation 'org.kathra:kathra-resourcemanager-client:1.0.0'
// https://jarcasting.com/artifacts/org.kathra/kathra-resourcemanager-client/
implementation ("org.kathra:kathra-resourcemanager-client:1.0.0")
'org.kathra:kathra-resourcemanager-client:jar:1.0.0'
<dependency org="org.kathra" name="kathra-resourcemanager-client" rev="1.0.0">
<artifact name="kathra-resourcemanager-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kathra', module='kathra-resourcemanager-client', version='1.0.0')
)
libraryDependencies += "org.kathra" % "kathra-resourcemanager-client" % "1.0.0"
[org.kathra/kathra-resourcemanager-client "1.0.0"]