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.
https://github.com/smekalka/extremum-common-java
Business Source License 1.1
Maksim Tyutyaev
Files download
File Operation
extremum-bom-3.2.0-rc.1.pom download
Apache Maven
<dependency>
  <groupId>io.extremum</groupId>
  <artifactId>extremum-bom</artifactId>
  <version>3.2.0-rc.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.extremum:extremum-bom:3.2.0-rc.1'
Gradle Kotlin
implementation("io.extremum:extremum-bom:3.2.0-rc.1")
Scala SBT
libraryDependencies += "io.extremum" % "extremum-bom" % "3.2.0-rc.1"
Groovy Grape
@Grapes(
  @Grab(group='io.extremum', module='extremum-bom', version='3.2.0-rc.1')
)
Apache Ivy
<dependency org="io.extremum" name="extremum-bom" rev="3.2.0-rc.1" />
Leiningen
[io.extremum/extremum-bom "3.2.0-rc.1"]
Apache Buildr
'io.extremum:extremum-bom:jar:3.2.0-rc.1'