Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.cerner.marathon |
ArtifactId | ArtifactIdmarathon-client |
Version | Version0.3.1 |
Type | Typejar |
Filename | Size |
---|---|
marathon-client-0.3.1.pom | |
marathon-client-0.3.1.jar | 117 KB |
marathon-client-0.3.1-sources.jar | 63 KB |
marathon-client-0.3.1-javadoc.jar | 624 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cerner.marathon/marathon-client/ -->
<dependency>
<groupId>com.cerner.marathon</groupId>
<artifactId>marathon-client</artifactId>
<version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.cerner.marathon/marathon-client/
implementation 'com.cerner.marathon:marathon-client:0.3.1'
// https://jarcasting.com/artifacts/com.cerner.marathon/marathon-client/
implementation ("com.cerner.marathon:marathon-client:0.3.1")
'com.cerner.marathon:marathon-client:jar:0.3.1'
<dependency org="com.cerner.marathon" name="marathon-client" rev="0.3.1">
<artifact name="marathon-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cerner.marathon', module='marathon-client', version='0.3.1')
)
libraryDependencies += "com.cerner.marathon" % "marathon-client" % "0.3.1"
[com.cerner.marathon/marathon-client "0.3.1"]