Download monitor-1.1.1.jar file - Jar m

Jar examples for m:monitor

Description

A simple monitor thread used to control server processes with optional support for creating Maven plugins

You can download jar file monitor 1.1.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add monitor-1.1.1.jar to your project.

<dependency>
   <groupId>com.btmatthews.utils</groupId>
   <artifactId>monitor</artifactId>
   <version>1.1.1</version>
</dependency>
compile group: 'com.btmatthews.utils', name: 'monitor', version: '1.1.1'
libraryDependencies += "com.btmatthews.utils" % "monitor" % "1.1.1"
<dependency org="com.btmatthews.utils" name="monitor" rev="1.1.1"/>
@Grapes(@Grab(group='com.btmatthews.utils', module='monitor', version='1.1.1'))
'com.btmatthews.utils:monitor:jar:1.1.1'

Download

Click the following link to download the jar file.

monitor-1.1.1-javadoc.jar
monitor-1.1.1-sources.jar
monitor-1.1.1.jar
monitor-1.1.1.pom



Related Tutorials