is not current version
Last Version 2.1.5

com.lindar:sergent 2.1.1

A nice java secure random generator library that supports multiple algorithms

GroupId

GroupId

com.lindar
ArtifactId

ArtifactId

sergent
Version

Version

2.1.1
Type

Type

jar

Download sergent 2.1.1


<!-- https://jarcasting.com/artifacts/com.lindar/sergent/ -->
<dependency>
    <groupId>com.lindar</groupId>
    <artifactId>sergent</artifactId>
    <version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.lindar/sergent/
implementation 'com.lindar:sergent:2.1.1'
// https://jarcasting.com/artifacts/com.lindar/sergent/
implementation ("com.lindar:sergent:2.1.1")
'com.lindar:sergent:jar:2.1.1'
<dependency org="com.lindar" name="sergent" rev="2.1.1">
  <artifact name="sergent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lindar', module='sergent', version='2.1.1')
)
libraryDependencies += "com.lindar" % "sergent" % "2.1.1"
[com.lindar/sergent "2.1.1"]