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