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