GroupId | GroupIdgov.nasa.pds |
---|---|
ArtifactId | ArtifactIdharvest |
Version | Version3.2.2 |
Type | Typejar |
Filename | Size |
---|---|
harvest-3.2.2.pom | |
harvest-3.2.2.jar | 1 MB |
harvest-3.2.2-test-sources.jar | 5 KB |
harvest-3.2.2-sources.jar | 31 KB |
harvest-3.2.2-javadoc.jar | 236 KB |
harvest-3.2.2-bin.zip | 1 MB |
harvest-3.2.2-bin.tar.gz | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/gov.nasa.pds/harvest/ -->
<dependency>
<groupId>gov.nasa.pds</groupId>
<artifactId>harvest</artifactId>
<version>3.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/gov.nasa.pds/harvest/
implementation 'gov.nasa.pds:harvest:3.2.2'
// https://jarcasting.com/artifacts/gov.nasa.pds/harvest/
implementation ("gov.nasa.pds:harvest:3.2.2")
'gov.nasa.pds:harvest:jar:3.2.2'
<dependency org="gov.nasa.pds" name="harvest" rev="3.2.2">
<artifact name="harvest" type="jar" />
</dependency>
@Grapes(
@Grab(group='gov.nasa.pds', module='harvest', version='3.2.2')
)
libraryDependencies += "gov.nasa.pds" % "harvest" % "3.2.2"
[gov.nasa.pds/harvest "3.2.2"]