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