Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.groupon.odo |
ArtifactId | ArtifactIdclient |
Version | Version1.0.0-beta.3 |
Type | Typejar |
Filename | Size |
---|---|
client-1.0.0-beta.3.pom | |
client-1.0.0-beta.3.jar | 18 KB |
client-1.0.0-beta.3-sources.jar | 11 KB |
client-1.0.0-beta.3-javadoc.jar | 74 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.groupon.odo/client/ -->
<dependency>
<groupId>com.groupon.odo</groupId>
<artifactId>client</artifactId>
<version>1.0.0-beta.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.groupon.odo/client/
implementation 'com.groupon.odo:client:1.0.0-beta.3'
// https://jarcasting.com/artifacts/com.groupon.odo/client/
implementation ("com.groupon.odo:client:1.0.0-beta.3")
'com.groupon.odo:client:jar:1.0.0-beta.3'
<dependency org="com.groupon.odo" name="client" rev="1.0.0-beta.3">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.groupon.odo', module='client', version='1.0.0-beta.3')
)
libraryDependencies += "com.groupon.odo" % "client" % "1.0.0-beta.3"
[com.groupon.odo/client "1.0.0-beta.3"]