| License |
License |
|---|---|
| GroupId | GroupIdcn.chenlichao |
| ArtifactId | ArtifactIdwmi4j |
| Version | Version0.9 |
| Type | Typejar |
| Description |
Descriptionwmi4j
Windows Management Instrumentation (WMI) client implemented by java.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| wmi4j-0.9.pom | |
| wmi4j-0.9.jar | 54 KB |
| wmi4j-0.9-sources.jar | 54 KB |
| wmi4j-0.9-javadoc.jar | 259 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.chenlichao/wmi4j/ -->
<dependency>
<groupId>cn.chenlichao</groupId>
<artifactId>wmi4j</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/cn.chenlichao/wmi4j/
implementation 'cn.chenlichao:wmi4j:0.9'
// https://jarcasting.com/artifacts/cn.chenlichao/wmi4j/
implementation ("cn.chenlichao:wmi4j:0.9")
'cn.chenlichao:wmi4j:jar:0.9'
<dependency org="cn.chenlichao" name="wmi4j" rev="0.9">
<artifact name="wmi4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.chenlichao', module='wmi4j', version='0.9')
)
libraryDependencies += "cn.chenlichao" % "wmi4j" % "0.9"
[cn.chenlichao/wmi4j "0.9"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.glassfish.main.external : j-interop-repackaged | jar | 4.0 |
| org.slf4j : slf4j-api | jar | 1.7.7 |
| org.apache.commons : commons-lang3 | jar | 3.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.0.13 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |