License |
License |
---|---|
GroupId | GroupIdcom.pippsford |
ArtifactId | ArtifactIdSecurePRNG |
Version | Version0.13 |
Type | Typepom |
Description |
DescriptionSecurePRNG
Implementation of NIST compliant secure random number generators and related tools.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
SecurePRNG-0.13.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.pippsford/SecurePRNG/ -->
<dependency>
<groupId>com.pippsford</groupId>
<artifactId>SecurePRNG</artifactId>
<version>0.13</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.pippsford/SecurePRNG/
implementation 'com.pippsford:SecurePRNG:0.13'
// https://jarcasting.com/artifacts/com.pippsford/SecurePRNG/
implementation ("com.pippsford:SecurePRNG:0.13")
'com.pippsford:SecurePRNG:pom:0.13'
<dependency org="com.pippsford" name="SecurePRNG" rev="0.13">
<artifact name="SecurePRNG" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.pippsford', module='SecurePRNG', version='0.13')
)
libraryDependencies += "com.pippsford" % "SecurePRNG" % "0.13"
[com.pippsford/SecurePRNG "0.13"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-jdk14 Optional | jar | 1.7.25 |