d

dempsy-commons-bom

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