<dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-rng-examples-jpms-lib</artifactId> <version>1.6</version> </dependency>
<dependency org="org.apache.commons" name="commons-rng-examples-jpms-lib" rev="1.6"> <artifact name="commons-rng-examples-jpms-lib" type="jar" /> </dependency>
@Grapes( @Grab(group='org.apache.commons', module='commons-rng-examples-jpms-lib', version='1.6') )
implementation 'org.apache.commons:commons-rng-examples-jpms-lib:1.6'
libraryDependencies += "org.apache.commons" % "commons-rng-examples-jpms-lib" % "1.6"
[org.apache.commons/commons-rng-examples-jpms-lib "1.6"]