Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.raylabz |
ArtifactId | ArtifactIdathlos-client |
Version | Version0.0.33 |
Type | Typejar |
Filename | Size |
---|---|
athlos-client-0.0.33.pom | |
athlos-client-0.0.33.jar | 7 KB |
athlos-client-0.0.33-sources.jar | 4 KB |
athlos-client-0.0.33-javadoc.jar | 52 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.raylabz/athlos-client/ -->
<dependency>
<groupId>com.raylabz</groupId>
<artifactId>athlos-client</artifactId>
<version>0.0.33</version>
</dependency>
// https://jarcasting.com/artifacts/com.raylabz/athlos-client/
implementation 'com.raylabz:athlos-client:0.0.33'
// https://jarcasting.com/artifacts/com.raylabz/athlos-client/
implementation ("com.raylabz:athlos-client:0.0.33")
'com.raylabz:athlos-client:jar:0.0.33'
<dependency org="com.raylabz" name="athlos-client" rev="0.0.33">
<artifact name="athlos-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.raylabz', module='athlos-client', version='0.0.33')
)
libraryDependencies += "com.raylabz" % "athlos-client" % "0.0.33"
[com.raylabz/athlos-client "0.0.33"]