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