e

extremum-bom

This module serves as a BOM (Bill of Materials) defining versions of the artifacts used by extremum-common (and suggested to the applications that use extremum-common). You almost never need to use this module as a parent. If you need to add a new module to extremum-common, please choose extremum-module-parent as its parent. If want to have some extremum parent as a parent of your application, please use extremum-app-parent.
Files download
File Operation
extremum-bom-2.1.19.pom download
Apache Maven
<dependency>
  <groupId>io.extremum</groupId>
  <artifactId>extremum-bom</artifactId>
  <version>2.1.19</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.extremum:extremum-bom:2.1.19'
Gradle Kotlin
implementation("io.extremum:extremum-bom:2.1.19")
Scala SBT
libraryDependencies += "io.extremum" % "extremum-bom" % "2.1.19"
Groovy Grape
@Grapes(
  @Grab(group='io.extremum', module='extremum-bom', version='2.1.19')
)
Apache Ivy
<dependency org="io.extremum" name="extremum-bom" rev="2.1.19" />
Leiningen
[io.extremum/extremum-bom "2.1.19"]
Apache Buildr
'io.extremum:extremum-bom:jar:2.1.19'