License |
License |
---|---|
GroupId | GroupIdcom.pippsford |
ArtifactId | ArtifactIdSecurePRNG |
Last Version | Last Version0.14 |
Release Date | Release Date |
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.14.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.pippsford/SecurePRNG/ -->
<dependency>
<groupId>com.pippsford</groupId>
<artifactId>SecurePRNG</artifactId>
<version>0.14</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.pippsford/SecurePRNG/
implementation 'com.pippsford:SecurePRNG:0.14'
// https://jarcasting.com/artifacts/com.pippsford/SecurePRNG/
implementation ("com.pippsford:SecurePRNG:0.14")
'com.pippsford:SecurePRNG:pom:0.14'
<dependency org="com.pippsford" name="SecurePRNG" rev="0.14">
<artifact name="SecurePRNG" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.pippsford', module='SecurePRNG', version='0.14')
)
libraryDependencies += "com.pippsford" % "SecurePRNG" % "0.14"
[com.pippsford/SecurePRNG "0.14"]
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 |