MVN

com.lindar : sergent

Maven & Gradle

Oct 09, 2017
2 stars

SEcure Random GENeraTor · A nice java secure random generator library that supports multiple algorithms

<dependency>
    <groupId>com.lindar</groupId>
    <artifactId>sergent</artifactId>
    <version>2.1.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.lindar : sergent to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.5

All Versions

Choose a version of com.lindar : sergent to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
sergent-2.1.5
sergent-2.1.4
sergent-2.1.3
sergent-2.1.2
sergent-2.1.1
sergent-2.1.0
2.0.x
sergent-2.0.0
1.0.x
sergent-1.0.1
sergent-1.0.0

How to add a dependency to Maven

Add the following com.lindar : sergent maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.lindar</groupId>
    <artifactId>sergent</artifactId>
    <version>2.1.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.lindar : sergent gradle dependency to your build.gradle file:

implementation 'com.lindar:sergent:2.1.5'

Gradle Kotlin DSL: Add the following com.lindar : sergent gradle kotlin dependency to your build.gradle.kts file:

implementation("com.lindar:sergent:2.1.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.lindar : sergent sbt scala dependency to your build.sbt file:

libraryDependencies += "com.lindar" % "sergent" % "2.1.5"

Advertisement