is not current version
Last Version 1.0.9

org.anarres.dhcp:dhcp-server-netty 1.0.7

A high-performance pure Java DHCP server.

Categories

Categories

Net Netty Networking
GroupId

GroupId

org.anarres.dhcp
ArtifactId

ArtifactId

dhcp-server-netty
Version

Version

1.0.7
Type

Type

jar

Download dhcp-server-netty 1.0.7


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