| Categories |
CategoriesIDE Development Tools |
|---|---|
| GroupId | GroupIdcom.github.marschall |
| ArtifactId | ArtifactIdgetrandom-provider-benchmarks |
| Version | Version0.1.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.marschall/getrandom-provider-benchmarks/ -->
<dependency>
<groupId>com.github.marschall</groupId>
<artifactId>getrandom-provider-benchmarks</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marschall/getrandom-provider-benchmarks/
implementation 'com.github.marschall:getrandom-provider-benchmarks:0.1.0'
// https://jarcasting.com/artifacts/com.github.marschall/getrandom-provider-benchmarks/
implementation ("com.github.marschall:getrandom-provider-benchmarks:0.1.0")
'com.github.marschall:getrandom-provider-benchmarks:jar:0.1.0'
<dependency org="com.github.marschall" name="getrandom-provider-benchmarks" rev="0.1.0">
<artifact name="getrandom-provider-benchmarks" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marschall', module='getrandom-provider-benchmarks', version='0.1.0')
)
libraryDependencies += "com.github.marschall" % "getrandom-provider-benchmarks" % "0.1.0"
[com.github.marschall/getrandom-provider-benchmarks "0.1.0"]