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