is not current version
Last Version 1.1

com.github.felfert:sslutils 1.0

Various SSL utility classes

GroupId

GroupId

com.github.felfert
ArtifactId

ArtifactId

sslutils
Version

Version

1.0
Type

Type

jar

Download sslutils 1.0


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