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