Download dhcp-protocol-1.0.8.jar file - Jar d

Jar examples for d:dhcp-protocol

Description

A high-performance pure Java DHCP server.

You can download jar file dhcp-protocol 1.0.8 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add dhcp-protocol-1.0.8.jar to your project.

<dependency>
   <groupId>org.anarres.dhcp</groupId>
   <artifactId>dhcp-protocol</artifactId>
   <version>1.0.8</version>
</dependency>
compile group: 'org.anarres.dhcp', name: 'dhcp-protocol', version: '1.0.8'
libraryDependencies += "org.anarres.dhcp" % "dhcp-protocol" % "1.0.8"
<dependency org="org.anarres.dhcp" name="dhcp-protocol" rev="1.0.8"/>
@Grapes(@Grab(group='org.anarres.dhcp', module='dhcp-protocol', version='1.0.8'))
'org.anarres.dhcp:dhcp-protocol:jar:1.0.8'

Download

Click the following link to download the jar file.

dhcp-protocol-1.0.8-javadoc.jar
dhcp-protocol-1.0.8-sources.jar
dhcp-protocol-1.0.8.jar
dhcp-protocol-1.0.8.pom



Related Tutorials