License |
License |
---|---|
GroupId | GroupIdorg.baswell |
ArtifactId | ArtifactIdniossl |
Version | Version0.2 |
Type | Typejar |
Description |
DescriptionRoutes
SSLSocketChannel and SSLServerSocketChannel implementations .
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
niossl-0.2.pom | |
niossl-0.2.jar | 19 KB |
niossl-0.2-sources.jar | 9 KB |
niossl-0.2-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.baswell/niossl/ -->
<dependency>
<groupId>org.baswell</groupId>
<artifactId>niossl</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.baswell/niossl/
implementation 'org.baswell:niossl:0.2'
// https://jarcasting.com/artifacts/org.baswell/niossl/
implementation ("org.baswell:niossl:0.2")
'org.baswell:niossl:jar:0.2'
<dependency org="org.baswell" name="niossl" rev="0.2">
<artifact name="niossl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.baswell', module='niossl', version='0.2')
)
libraryDependencies += "org.baswell" % "niossl" % "0.2"
[org.baswell/niossl "0.2"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | [4.0,) |