Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.smallcreep |
ArtifactId | ArtifactIdcedato-api-client |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
cedato-api-client-0.1.0.pom | |
cedato-api-client-0.1.0.jar | 15 KB |
cedato-api-client-0.1.0-sources.jar | 24 KB |
cedato-api-client-0.1.0-javadoc.jar | 69 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.smallcreep/cedato-api-client/ -->
<dependency>
<groupId>com.github.smallcreep</groupId>
<artifactId>cedato-api-client</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.smallcreep/cedato-api-client/
implementation 'com.github.smallcreep:cedato-api-client:0.1.0'
// https://jarcasting.com/artifacts/com.github.smallcreep/cedato-api-client/
implementation ("com.github.smallcreep:cedato-api-client:0.1.0")
'com.github.smallcreep:cedato-api-client:jar:0.1.0'
<dependency org="com.github.smallcreep" name="cedato-api-client" rev="0.1.0">
<artifact name="cedato-api-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.smallcreep', module='cedato-api-client', version='0.1.0')
)
libraryDependencies += "com.github.smallcreep" % "cedato-api-client" % "0.1.0"
[com.github.smallcreep/cedato-api-client "0.1.0"]