is not current version
Last Version 3.0.4

org.refcodes:refcodes-security 1.2.8

Artifact with commonly used security functionality such as message digester and provider for the java.security framework. The "refcodes-forwardsecrecy" framework settels on top of the "refcodes-security" artifact.

Categories

Categories

Security
GroupId

GroupId

org.refcodes
ArtifactId

ArtifactId

refcodes-security
Version

Version

1.2.8
Type

Type

jar

Download refcodes-security 1.2.8


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