GroupId | GroupIdorg.apache.commons |
---|---|
ArtifactId | ArtifactIdcommons-rng-examples-stress |
Version | Version1.1 |
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.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.commons/commons-rng-examples-stress/
implementation 'org.apache.commons:commons-rng-examples-stress:1.1'
// https://jarcasting.com/artifacts/org.apache.commons/commons-rng-examples-stress/
implementation ("org.apache.commons:commons-rng-examples-stress:1.1")
'org.apache.commons:commons-rng-examples-stress:jar:1.1'
<dependency org="org.apache.commons" name="commons-rng-examples-stress" rev="1.1">
<artifact name="commons-rng-examples-stress" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.commons', module='commons-rng-examples-stress', version='1.1')
)
libraryDependencies += "org.apache.commons" % "commons-rng-examples-stress" % "1.1"
[org.apache.commons/commons-rng-examples-stress "1.1"]