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