Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdhu.ponte.respresso |
ArtifactId | ArtifactIdsync-client |
Version | Version0.0.9 |
Type | Typejar |
Filename | Size |
---|---|
sync-client-0.0.9.pom | |
sync-client-0.0.9.jar | 121 KB |
sync-client-0.0.9-sources.jar | 3 KB |
sync-client-0.0.9-javadoc.jar | 155 KB |
Browse |
<!-- https://jarcasting.com/artifacts/hu.ponte.respresso/sync-client/ -->
<dependency>
<groupId>hu.ponte.respresso</groupId>
<artifactId>sync-client</artifactId>
<version>0.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/hu.ponte.respresso/sync-client/
implementation 'hu.ponte.respresso:sync-client:0.0.9'
// https://jarcasting.com/artifacts/hu.ponte.respresso/sync-client/
implementation ("hu.ponte.respresso:sync-client:0.0.9")
'hu.ponte.respresso:sync-client:jar:0.0.9'
<dependency org="hu.ponte.respresso" name="sync-client" rev="0.0.9">
<artifact name="sync-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='hu.ponte.respresso', module='sync-client', version='0.0.9')
)
libraryDependencies += "hu.ponte.respresso" % "sync-client" % "0.0.9"
[hu.ponte.respresso/sync-client "0.0.9"]