License |
License |
---|---|
GroupId | GroupIdcom.github.dyorgio.runtime |
ArtifactId | ArtifactIdcpu-watcher |
Version | Version1.3.1 |
Type | Typejar |
Description |
DescriptionCpu Watcher
A Java Library/App to limit another process CPU usage.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cpu-watcher-1.3.1.pom | |
cpu-watcher-1.3.1.jar | 15 KB |
cpu-watcher-1.3.1-sources.jar | 12 KB |
cpu-watcher-1.3.1-javadoc.jar | 64 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dyorgio.runtime/cpu-watcher/ -->
<dependency>
<groupId>com.github.dyorgio.runtime</groupId>
<artifactId>cpu-watcher</artifactId>
<version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dyorgio.runtime/cpu-watcher/
implementation 'com.github.dyorgio.runtime:cpu-watcher:1.3.1'
// https://jarcasting.com/artifacts/com.github.dyorgio.runtime/cpu-watcher/
implementation ("com.github.dyorgio.runtime:cpu-watcher:1.3.1")
'com.github.dyorgio.runtime:cpu-watcher:jar:1.3.1'
<dependency org="com.github.dyorgio.runtime" name="cpu-watcher" rev="1.3.1">
<artifact name="cpu-watcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dyorgio.runtime', module='cpu-watcher', version='1.3.1')
)
libraryDependencies += "com.github.dyorgio.runtime" % "cpu-watcher" % "1.3.1"
[com.github.dyorgio.runtime/cpu-watcher "1.3.1"]
Group / Artifact | Type | Version |
---|---|---|
com.github.oshi : oshi-core | jar | 6.0.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.hamcrest : hamcrest-core | jar | 2.2 |
com.github.dyorgio.runtime : out-process | jar | 1.2.7 |