Download nemrodclient-1.3.jar file - Jar n

Jar examples for n:nemrodclient

Description

A java client to communicate with Nemrod

You can download jar file nemrodclient 1.3 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add nemrodclient-1.3.jar to your project.

<dependency>
   <groupId>com.nemrod-software</groupId>
   <artifactId>nemrodclient</artifactId>
   <version>1.3</version>
</dependency>
compile group: 'com.nemrod-software', name: 'nemrodclient', version: '1.3'
libraryDependencies += "com.nemrod-software" % "nemrodclient" % "1.3"
<dependency org="com.nemrod-software" name="nemrodclient" rev="1.3"/>
@Grapes(@Grab(group='com.nemrod-software', module='nemrodclient', version='1.3'))
'com.nemrod-software:nemrodclient:jar:1.3'

Download

Click the following link to download the jar file.

nemrodclient-1.3-javadoc.jar
nemrodclient-1.3-sources.jar
nemrodclient-1.3.jar
nemrodclient-1.3.pom



Related Tutorials