is not current version
Last Version 3.6.0

gov.nasa.pds:harvest 3.0.0

The Harvest Tool provides functionality for capturing and indexing product metadata. The tool will run locally at the Discipline Node to crawl the local data repository in order to discover products and index associated metadata with the Search Service.

GroupId

GroupId

gov.nasa.pds
ArtifactId

ArtifactId

harvest
Version

Version

3.0.0
Type

Type

jar

Download harvest 3.0.0


<!-- 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"]