License |
License |
---|---|
Categories |
CategoriesNet CLI User Interface Netty Networking |
GroupId | GroupIdorg.anarres.ipmi |
ArtifactId | ArtifactIdipmi-client-netty |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionipmi-client-netty
A high-performance pure Java IPMI client.
|
Project URL |
Project URL |
Filename | Size |
---|---|
ipmi-client-netty-1.0.1.pom | |
ipmi-client-netty-1.0.1.jar | 10 KB |
ipmi-client-netty-1.0.1-sources.jar | 5 KB |
ipmi-client-netty-1.0.1-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.anarres.ipmi/ipmi-client-netty/ -->
<dependency>
<groupId>org.anarres.ipmi</groupId>
<artifactId>ipmi-client-netty</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.anarres.ipmi/ipmi-client-netty/
implementation 'org.anarres.ipmi:ipmi-client-netty:1.0.1'
// https://jarcasting.com/artifacts/org.anarres.ipmi/ipmi-client-netty/
implementation ("org.anarres.ipmi:ipmi-client-netty:1.0.1")
'org.anarres.ipmi:ipmi-client-netty:jar:1.0.1'
<dependency org="org.anarres.ipmi" name="ipmi-client-netty" rev="1.0.1">
<artifact name="ipmi-client-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.anarres.ipmi', module='ipmi-client-netty', version='1.0.1')
)
libraryDependencies += "org.anarres.ipmi" % "ipmi-client-netty" % "1.0.1"
[org.anarres.ipmi/ipmi-client-netty "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.anarres.ipmi : ipmi-protocol | jar | 1.0.1 |
io.netty : netty-all | jar | 4.0.23.Final |
Group / Artifact | Type | Version |
---|---|---|
commons-net : commons-net | jar | 3.3 |
junit : junit | jar | 4.12 |
org.slf4j : slf4j-api | jar | 1.7.12 |
org.javassist : javassist | jar | 3.18.2-GA |
ch.qos.logback : logback-classic | jar | 1.1.3 |