Download dhcp-protocol-1.0.5.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.5 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.5.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials