d

dempsy-commons-bom

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