License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdcom.github.marschall |
ArtifactId | ArtifactIdrdrand-provider |
Version | Version0.1.0 |
Type | Typejar |
Description |
DescriptionRDRAND Provider
A secure random provider that uses the RDRAND hardware instruction.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
rdrand-provider-0.1.0.pom | |
rdrand-provider-0.1.0.jar | 11 KB |
rdrand-provider-0.1.0-sources.jar | 8 KB |
rdrand-provider-0.1.0-javadoc.jar | 375 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.marschall/rdrand-provider/ -->
<dependency>
<groupId>com.github.marschall</groupId>
<artifactId>rdrand-provider</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marschall/rdrand-provider/
implementation 'com.github.marschall:rdrand-provider:0.1.0'
// https://jarcasting.com/artifacts/com.github.marschall/rdrand-provider/
implementation ("com.github.marschall:rdrand-provider:0.1.0")
'com.github.marschall:rdrand-provider:jar:0.1.0'
<dependency org="com.github.marschall" name="rdrand-provider" rev="0.1.0">
<artifact name="rdrand-provider" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marschall', module='rdrand-provider', version='0.1.0')
)
libraryDependencies += "com.github.marschall" % "rdrand-provider" % "0.1.0"
[com.github.marschall/rdrand-provider "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.openjdk.jol : jol-core | jar | 0.9 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.1.0 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.1.0 |
org.junit.platform : junit-platform-launcher | jar | 1.1.0 |
org.assertj : assertj-core | jar | 3.9.1 |