Files download
File Operation
bom-1.3.2.pom download
Apache Maven
<dependency>
  <groupId>com.github.drtrang</groupId>
  <artifactId>bom</artifactId>
  <version>1.3.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.drtrang:bom:1.3.2'
Gradle Kotlin
implementation("com.github.drtrang:bom:1.3.2")
Scala SBT
libraryDependencies += "com.github.drtrang" % "bom" % "1.3.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.drtrang', module='bom', version='1.3.2')
)
Apache Ivy
<dependency org="com.github.drtrang" name="bom" rev="1.3.2" />
Leiningen
[com.github.drtrang/bom "1.3.2"]
Apache Buildr
'com.github.drtrang:bom:jar:1.3.2'
Dependencies
The project has no third-party dependencies