License |
License |
---|---|
GroupId | GroupIdcom.github.mlaccetti |
ArtifactId | ArtifactIdvserv-tcpip |
Version | Version0.9.2.1 |
Type | Typejar |
Description |
DescriptionVirtual Services TCP/IP
Virtual Services TCP/IP, or VServ TCP/IP for short, is a Java library that enables you to easily manipulate IP and TCP packets.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
vserv-tcpip-0.9.2.1.pom | |
vserv-tcpip-0.9.2.1.jar | 13 KB |
vserv-tcpip-0.9.2.1-sources.jar | 16 KB |
vserv-tcpip-0.9.2.1-javadoc.jar | 70 KB |
vserv-tcpip-0.9.2.1-jar-with-dependencies.jar | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mlaccetti/vserv-tcpip/ -->
<dependency>
<groupId>com.github.mlaccetti</groupId>
<artifactId>vserv-tcpip</artifactId>
<version>0.9.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mlaccetti/vserv-tcpip/
implementation 'com.github.mlaccetti:vserv-tcpip:0.9.2.1'
// https://jarcasting.com/artifacts/com.github.mlaccetti/vserv-tcpip/
implementation ("com.github.mlaccetti:vserv-tcpip:0.9.2.1")
'com.github.mlaccetti:vserv-tcpip:jar:0.9.2.1'
<dependency org="com.github.mlaccetti" name="vserv-tcpip" rev="0.9.2.1">
<artifact name="vserv-tcpip" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mlaccetti', module='vserv-tcpip', version='0.9.2.1')
)
libraryDependencies += "com.github.mlaccetti" % "vserv-tcpip" % "0.9.2.1"
[com.github.mlaccetti/vserv-tcpip "0.9.2.1"]