Files download
File Operation
mycore-bom-2023.05.pom download
Apache Maven
<dependency>
  <groupId>org.mycore</groupId>
  <artifactId>mycore-bom</artifactId>
  <version>2023.05</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.mycore:mycore-bom:2023.05'
Gradle Kotlin
implementation("org.mycore:mycore-bom:2023.05")
Scala SBT
libraryDependencies += "org.mycore" % "mycore-bom" % "2023.05"
Groovy Grape
@Grapes(
  @Grab(group='org.mycore', module='mycore-bom', version='2023.05')
)
Apache Ivy
<dependency org="org.mycore" name="mycore-bom" rev="2023.05" />
Leiningen
[org.mycore/mycore-bom "2023.05"]
Apache Buildr
'org.mycore:mycore-bom:jar:2023.05'