Jar examples for j:jcollectd
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.
GNU GENERAL PUBLIC LICENSE Version 2, June 1991
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'
Click the following link to download the jar file.
jcollectd-1.0.3-javadoc.jar