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