| License |
License |
|---|---|
| GroupId | GroupIdcom.btmatthews.utils |
| ArtifactId | ArtifactIdmonitor |
| Last Version | Last Version2.1.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionMonitor Thread
A simple monitor thread used to control server processes with optional support for
creating Maven plugins
|
| Project Organization |
Project OrganizationBrian Matthews |
| Filename | Size |
|---|---|
| monitor-2.1.3.pom | |
| monitor-2.1.3.jar | 7 KB |
| monitor-2.1.3-sources.jar | 7 KB |
| monitor-2.1.3-javadoc.jar | 39 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.btmatthews.utils/monitor/ -->
<dependency>
<groupId>com.btmatthews.utils</groupId>
<artifactId>monitor</artifactId>
<version>2.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.btmatthews.utils/monitor/
implementation 'com.btmatthews.utils:monitor:2.1.3'
// https://jarcasting.com/artifacts/com.btmatthews.utils/monitor/
implementation ("com.btmatthews.utils:monitor:2.1.3")
'com.btmatthews.utils:monitor:jar:2.1.3'
<dependency org="com.btmatthews.utils" name="monitor" rev="2.1.3">
<artifact name="monitor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.btmatthews.utils', module='monitor', version='2.1.3')
)
libraryDependencies += "com.btmatthews.utils" % "monitor" % "2.1.3"
[com.btmatthews.utils/monitor "2.1.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.maven : maven-plugin-api Optional | jar | 3.0.4 |
| org.apache.maven.plugin-tools : maven-plugin-annotations Optional | jar | 3.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.mockito : mockito-core | jar | 1.9.5 |
| org.powermock : powermock-module-junit4 | jar | 1.5.1 |
| org.powermock : powermock-api-mockito | jar | 1.5.1 |
| junit : junit | jar | 4.11 |