is not current version
Last Version 2.1.1

org.webpieces:core-ssl 2.0.7

a wrapper around SSLEngine in java to make it easier to use

GroupId

GroupId

org.webpieces
ArtifactId

ArtifactId

core-ssl
Version

Version

2.0.7
Type

Type

jar

Download core-ssl 2.0.7


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