GroupId | GroupIdorg.apache.commons |
---|---|
ArtifactId | ArtifactIdcommons-rng-examples-stress |
Version | Version1.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.commons/commons-rng-examples-stress/ -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-rng-examples-stress</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.commons/commons-rng-examples-stress/
implementation 'org.apache.commons:commons-rng-examples-stress:1.2'
// https://jarcasting.com/artifacts/org.apache.commons/commons-rng-examples-stress/
implementation ("org.apache.commons:commons-rng-examples-stress:1.2")
'org.apache.commons:commons-rng-examples-stress:jar:1.2'
<dependency org="org.apache.commons" name="commons-rng-examples-stress" rev="1.2">
<artifact name="commons-rng-examples-stress" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.commons', module='commons-rng-examples-stress', version='1.2')
)
libraryDependencies += "org.apache.commons" % "commons-rng-examples-stress" % "1.2"
[org.apache.commons/commons-rng-examples-stress "1.2"]