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