MVN

com.pippsford : SecurePRNG-image

Maven & Gradle

Jan 17, 2020
0 stars

image · Create high entropy images

<dependency>
    <groupId>com.pippsford</groupId>
    <artifactId>SecurePRNG-image</artifactId>
    <version>0.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.pippsford : SecurePRNG-image to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.13

All Versions

Choose a version of com.pippsford : SecurePRNG-image to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.13
SecurePRNG-image-0.13
0.12
SecurePRNG-image-0.12
0.11
SecurePRNG-image-0.11
0.10
SecurePRNG-image-0.10
0.9
SecurePRNG-image-0.9
0.8
SecurePRNG-image-0.8
0.7
SecurePRNG-image-0.7
0.6
SecurePRNG-image-0.6
0.5
SecurePRNG-image-0.5
0.4
SecurePRNG-image-0.4
0.3
SecurePRNG-image-0.3

How to add a dependency to Maven

Add the following com.pippsford : SecurePRNG-image maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.pippsford</groupId>
    <artifactId>SecurePRNG-image</artifactId>
    <version>0.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.pippsford : SecurePRNG-image gradle dependency to your build.gradle file:

implementation 'com.pippsford:SecurePRNG-image:0.13'

Gradle Kotlin DSL: Add the following com.pippsford : SecurePRNG-image gradle kotlin dependency to your build.gradle.kts file:

implementation("com.pippsford:SecurePRNG-image:0.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.pippsford : SecurePRNG-image sbt scala dependency to your build.sbt file:

libraryDependencies += "com.pippsford" % "SecurePRNG-image" % "0.13"

Advertisement