GroupId | GroupIdorg.mycore |
---|---|
ArtifactId | ArtifactIdoaipmh-harvester |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
oaipmh-harvester-1.0.pom | |
oaipmh-harvester-1.0.jar | 66 KB |
oaipmh-harvester-1.0-sources.jar | 61 KB |
oaipmh-harvester-1.0-javadoc.jar | 241 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mycore/oaipmh-harvester/ -->
<dependency>
<groupId>org.mycore</groupId>
<artifactId>oaipmh-harvester</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.mycore/oaipmh-harvester/
implementation 'org.mycore:oaipmh-harvester:1.0'
// https://jarcasting.com/artifacts/org.mycore/oaipmh-harvester/
implementation ("org.mycore:oaipmh-harvester:1.0")
'org.mycore:oaipmh-harvester:jar:1.0'
<dependency org="org.mycore" name="oaipmh-harvester" rev="1.0">
<artifact name="oaipmh-harvester" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mycore', module='oaipmh-harvester', version='1.0')
)
libraryDependencies += "org.mycore" % "oaipmh-harvester" % "1.0"
[org.mycore/oaipmh-harvester "1.0"]