commons-rng-bom

commons-rng-bom

Bill of Materials (BOM) to aid in dependency management when referencing multiple Apache Commons RNG artifacts.
https://commons.apache.org/proper/commons-rng/
Files download
File Operation
commons-rng-bom-1.5.pom download
Apache Maven
<dependency>
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-rng-bom</artifactId>
  <version>1.5</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.commons:commons-rng-bom:1.5'
Gradle Kotlin
implementation("org.apache.commons:commons-rng-bom:1.5")
Scala SBT
libraryDependencies += "org.apache.commons" % "commons-rng-bom" % "1.5"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.commons', module='commons-rng-bom', version='1.5')
)
Apache Ivy
<dependency org="org.apache.commons" name="commons-rng-bom" rev="1.5" />
Leiningen
[org.apache.commons/commons-rng-bom "1.5"]
Apache Buildr
'org.apache.commons:commons-rng-bom:jar:1.5'
Dependencies
The project has no third-party dependencies