GroupId | GroupIdcom.github.dyorgio.runtime |
---|---|
ArtifactId | ArtifactIdcpu-watcher |
Version | Version1.2.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.dyorgio.runtime/cpu-watcher/ -->
<dependency>
<groupId>com.github.dyorgio.runtime</groupId>
<artifactId>cpu-watcher</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dyorgio.runtime/cpu-watcher/
implementation 'com.github.dyorgio.runtime:cpu-watcher:1.2.1'
// https://jarcasting.com/artifacts/com.github.dyorgio.runtime/cpu-watcher/
implementation ("com.github.dyorgio.runtime:cpu-watcher:1.2.1")
'com.github.dyorgio.runtime:cpu-watcher:jar:1.2.1'
<dependency org="com.github.dyorgio.runtime" name="cpu-watcher" rev="1.2.1">
<artifact name="cpu-watcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dyorgio.runtime', module='cpu-watcher', version='1.2.1')
)
libraryDependencies += "com.github.dyorgio.runtime" % "cpu-watcher" % "1.2.1"
[com.github.dyorgio.runtime/cpu-watcher "1.2.1"]