is not current version
Last Version 0.2

org.baswell:niossl 0.1

SSLSocketChannel and SSLServerSocketChannel implementations .

GroupId

GroupId

org.baswell
ArtifactId

ArtifactId

niossl
Version

Version

0.1
Type

Type

jar

Download niossl 0.1


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