m

mycore-classifications

This project provides several classifications, which are commonly used in MyCoRe repositories and applications.
https://www.mycore.de/classifications/
GNU General Public License, version 3
文件下载
文件名 操作
mycore-classifications-1.1.jar 下载
mycore-classifications-1.1.pom 下载
mycore-classifications-1.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.mycore</groupId>
  <artifactId>mycore-classifications</artifactId>
  <version>1.1</version>
</dependency>
Gradle Groovy
implementation 'org.mycore:mycore-classifications:1.1'
Gradle Kotlin
implementation("org.mycore:mycore-classifications:1.1")
Scala SBT
libraryDependencies += "org.mycore" % "mycore-classifications" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.mycore', module='mycore-classifications', version='1.1')
)
Apache Ivy
<dependency org="org.mycore" name="mycore-classifications" rev="1.1" />
Leiningen
[org.mycore/mycore-classifications "1.1"]
Apache Buildr
'org.mycore:mycore-classifications:jar:1.1'