Download udp-0.1.7.jar file - Jar u

Jar examples for u:udp

Description

Java8 utilities for UDP stuff.

You can download jar file udp 0.1.7 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add udp-0.1.7.jar to your project.

<dependency>
   <groupId>br.com.objectos</groupId>
   <artifactId>udp</artifactId>
   <version>0.1.7</version>
</dependency>
compile group: 'br.com.objectos', name: 'udp', version: '0.1.7'
libraryDependencies += "br.com.objectos" % "udp" % "0.1.7"
<dependency org="br.com.objectos" name="udp" rev="0.1.7"/>
@Grapes(@Grab(group='br.com.objectos', module='udp', version='0.1.7'))
'br.com.objectos:udp:jar:0.1.7'

Download

Click the following link to download the jar file.

udp-0.1.7-javadoc.jar
udp-0.1.7-sources.jar
udp-0.1.7.jar
udp-0.1.7.pom



Related Tutorials