| License |
License |
|---|---|
| GroupId | GroupIdcom.github.michaeldoyle |
| ArtifactId | ArtifactIdistat4j |
| Version | Version1.0.2 |
| Type | Typejar |
| Description |
Descriptionistat4j
A Java client library for querying the iStat Server.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| istat4j-1.0.2.pom | |
| istat4j-1.0.2.jar | 28 KB |
| istat4j-1.0.2-sources.jar | 27 KB |
| istat4j-1.0.2-javadoc.jar | 109 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.michaeldoyle/istat4j/ -->
<dependency>
<groupId>com.github.michaeldoyle</groupId>
<artifactId>istat4j</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.michaeldoyle/istat4j/
implementation 'com.github.michaeldoyle:istat4j:1.0.2'
// https://jarcasting.com/artifacts/com.github.michaeldoyle/istat4j/
implementation ("com.github.michaeldoyle:istat4j:1.0.2")
'com.github.michaeldoyle:istat4j:jar:1.0.2'
<dependency org="com.github.michaeldoyle" name="istat4j" rev="1.0.2">
<artifact name="istat4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.michaeldoyle', module='istat4j', version='1.0.2')
)
libraryDependencies += "com.github.michaeldoyle" % "istat4j" % "1.0.2"
[com.github.michaeldoyle/istat4j "1.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.simpleframework : simple-xml | jar | 2.7.1 |
| org.slf4j : slf4j-api | jar | 1.7.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.0.13 |
| ch.qos.logback : logback-core | jar | 1.0.13 |
| junit : junit | jar | 4.10 |