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