g

getrandom-provider-benchmarks

Benchmarks for different SecureRandomSpi.
文件下载
文件名 操作
getrandom-provider-benchmarks-0.1.1.jar 下载
getrandom-provider-benchmarks-0.1.1.pom 下载
getrandom-provider-benchmarks-0.1.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.marschall</groupId>
  <artifactId>getrandom-provider-benchmarks</artifactId>
  <version>0.1.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.marschall:getrandom-provider-benchmarks:0.1.1'
Gradle Kotlin
implementation("com.github.marschall:getrandom-provider-benchmarks:0.1.1")
Scala SBT
libraryDependencies += "com.github.marschall" % "getrandom-provider-benchmarks" % "0.1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.marschall', module='getrandom-provider-benchmarks', version='0.1.1')
)
Apache Ivy
<dependency org="com.github.marschall" name="getrandom-provider-benchmarks" rev="0.1.1" />
Leiningen
[com.github.marschall/getrandom-provider-benchmarks "0.1.1"]
Apache Buildr
'com.github.marschall:getrandom-provider-benchmarks:jar:0.1.1'