Files download
File Operation
rtp-beer-bom-1.0.4.pom download
Apache Maven
<dependency>
  <groupId>com.github.mtcloud</groupId>
  <artifactId>rtp-beer-bom</artifactId>
  <version>1.0.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.mtcloud:rtp-beer-bom:1.0.4'
Gradle Kotlin
implementation("com.github.mtcloud:rtp-beer-bom:1.0.4")
Scala SBT
libraryDependencies += "com.github.mtcloud" % "rtp-beer-bom" % "1.0.4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.mtcloud', module='rtp-beer-bom', version='1.0.4')
)
Apache Ivy
<dependency org="com.github.mtcloud" name="rtp-beer-bom" rev="1.0.4" />
Leiningen
[com.github.mtcloud/rtp-beer-bom "1.0.4"]
Apache Buildr
'com.github.mtcloud:rtp-beer-bom:jar:1.0.4'