Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdch.aaap |
ArtifactId | ArtifactIdharvest-client |
Version | Version0.8 |
Type | Typejar |
Filename | Size |
---|---|
harvest-client-0.8.pom | |
harvest-client-0.8.jar | 870 KB |
harvest-client-0.8-sources.jar | 114 KB |
harvest-client-0.8-javadoc.jar | 620 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ch.aaap/harvest-client/ -->
<dependency>
<groupId>ch.aaap</groupId>
<artifactId>harvest-client</artifactId>
<version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/ch.aaap/harvest-client/
implementation 'ch.aaap:harvest-client:0.8'
// https://jarcasting.com/artifacts/ch.aaap/harvest-client/
implementation ("ch.aaap:harvest-client:0.8")
'ch.aaap:harvest-client:jar:0.8'
<dependency org="ch.aaap" name="harvest-client" rev="0.8">
<artifact name="harvest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.aaap', module='harvest-client', version='0.8')
)
libraryDependencies += "ch.aaap" % "harvest-client" % "0.8"
[ch.aaap/harvest-client "0.8"]