commons-rng-examples-jpms-lib

commons-rng-examples-jpms-lib

Testing JPMS. Code in this module is not part of the public API.
Files download
File Operation
commons-rng-examples-jpms-lib-1.3.jar download
commons-rng-examples-jpms-lib-1.3.pom download
commons-rng-examples-jpms-lib-1.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-rng-examples-jpms-lib</artifactId>
  <version>1.3</version>
</dependency>
Gradle Groovy
implementation 'org.apache.commons:commons-rng-examples-jpms-lib:1.3'
Gradle Kotlin
implementation("org.apache.commons:commons-rng-examples-jpms-lib:1.3")
Scala SBT
libraryDependencies += "org.apache.commons" % "commons-rng-examples-jpms-lib" % "1.3"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.commons', module='commons-rng-examples-jpms-lib', version='1.3')
)
Apache Ivy
<dependency org="org.apache.commons" name="commons-rng-examples-jpms-lib" rev="1.3" />
Leiningen
[org.apache.commons/commons-rng-examples-jpms-lib "1.3"]
Apache Buildr
'org.apache.commons:commons-rng-examples-jpms-lib:jar:1.3'