Files download
File Operation
plugin-harvester-oai-pmh-1.2.jar download
plugin-harvester-oai-pmh-1.2.pom download
plugin-harvester-oai-pmh-1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.googlecode.the-fascinator.plugins</groupId>
  <artifactId>plugin-harvester-oai-pmh</artifactId>
  <version>1.2</version>
</dependency>
Gradle Groovy
implementation 'com.googlecode.the-fascinator.plugins:plugin-harvester-oai-pmh:1.2'
Gradle Kotlin
implementation("com.googlecode.the-fascinator.plugins:plugin-harvester-oai-pmh:1.2")
Scala SBT
libraryDependencies += "com.googlecode.the-fascinator.plugins" % "plugin-harvester-oai-pmh" % "1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.googlecode.the-fascinator.plugins', module='plugin-harvester-oai-pmh', version='1.2')
)
Apache Ivy
<dependency org="com.googlecode.the-fascinator.plugins" name="plugin-harvester-oai-pmh" rev="1.2" />
Leiningen
[com.googlecode.the-fascinator.plugins/plugin-harvester-oai-pmh "1.2"]
Apache Buildr
'com.googlecode.the-fascinator.plugins:plugin-harvester-oai-pmh:jar:1.2'