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