License |
License |
---|---|
GroupId | GroupIdcom.github.mlaccetti |
ArtifactId | ArtifactIdrocksaw |
Version | Version1.1.0 |
Type | Typejar |
Description |
DescriptionRockSaw Raw Socket Library
RockSaw is a simple API for performing network I/O with IPv4 and IPv6 raw sockets in Java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
rocksaw-1.1.0.pom | |
rocksaw-1.1.0.jar | 7 KB |
rocksaw-1.1.0-sources.jar | 8 KB |
rocksaw-1.1.0-javadoc.jar | 29 KB |
rocksaw-1.1.0-jar-with-dependencies.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mlaccetti/rocksaw/ -->
<dependency>
<groupId>com.github.mlaccetti</groupId>
<artifactId>rocksaw</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mlaccetti/rocksaw/
implementation 'com.github.mlaccetti:rocksaw:1.1.0'
// https://jarcasting.com/artifacts/com.github.mlaccetti/rocksaw/
implementation ("com.github.mlaccetti:rocksaw:1.1.0")
'com.github.mlaccetti:rocksaw:jar:1.1.0'
<dependency org="com.github.mlaccetti" name="rocksaw" rev="1.1.0">
<artifact name="rocksaw" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mlaccetti', module='rocksaw', version='1.1.0')
)
libraryDependencies += "com.github.mlaccetti" % "rocksaw" % "1.1.0"
[com.github.mlaccetti/rocksaw "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
net.java.dev.jna : jna | jar | 4.2.2 |
com.github.mlaccetti : vserv-tcpip | jar | 0.9.2.1 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.7.19 |
junit : junit | jar | 4.12 |