Download jcollectd-1.0.3.jar file - Jar j

Jar examples for j:jcollectd

Description

The jcollectd package implements the collectd protocol in Java, making it possible for Java applications to push data into collectd over the wire.

You can download jar file jcollectd 1.0.3 in this page.

License

GNU GENERAL PUBLIC LICENSE Version 2, June 1991

Build File

You can use the following script to add jcollectd-1.0.3.jar to your project.

<dependency>
   <groupId>com.hardis.collectd</groupId>
   <artifactId>jcollectd</artifactId>
   <version>1.0.3</version>
</dependency>
compile group: 'com.hardis.collectd', name: 'jcollectd', version: '1.0.3'
libraryDependencies += "com.hardis.collectd" % "jcollectd" % "1.0.3"
<dependency org="com.hardis.collectd" name="jcollectd" rev="1.0.3"/>
@Grapes(@Grab(group='com.hardis.collectd', module='jcollectd', version='1.0.3'))
'com.hardis.collectd:jcollectd:jar:1.0.3'

Download

Click the following link to download the jar file.

jcollectd-1.0.3-javadoc.jar
jcollectd-1.0.3-sources.jar
jcollectd-1.0.3.jar
jcollectd-1.0.3.pom



Related Tutorials