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