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