c

catalog

High performance processing of catalogs using RDF with MARC semantics for Java
https://github.com/xbib/catalog
The Apache License, Version 2.0
xbib
Jörg Prante
Files download
File Operation
catalog-1.1.0.jar download
catalog-1.1.0.pom download
catalog-1.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.xbib</groupId>
  <artifactId>catalog</artifactId>
  <version>1.1.0</version>
</dependency>
Gradle Groovy
implementation 'org.xbib:catalog:1.1.0'
Gradle Kotlin
implementation("org.xbib:catalog:1.1.0")
Scala SBT
libraryDependencies += "org.xbib" % "catalog" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.xbib', module='catalog', version='1.1.0')
)
Apache Ivy
<dependency org="org.xbib" name="catalog" rev="1.1.0" />
Leiningen
[org.xbib/catalog "1.1.0"]
Apache Buildr
'org.xbib:catalog:jar:1.1.0'