| License |
License |
|---|---|
| GroupId | GroupIdcom.github.timmy80 |
| ArtifactId | ArtifactIdjconnect |
| Version | Version1.3.0 |
| Type | Typejar |
| Description |
DescriptionJConnect
A very simple Command Line JMX Client
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jconnect-1.3.0.pom | |
| jconnect-1.3.0.jar | 15 KB |
| jconnect-1.3.0-sources.jar | 8 KB |
| jconnect-1.3.0-javadoc.jar | 29 KB |
| jconnect-1.3.0-bin.tar.gz | 3 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.timmy80/jconnect/ -->
<dependency>
<groupId>com.github.timmy80</groupId>
<artifactId>jconnect</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.timmy80/jconnect/
implementation 'com.github.timmy80:jconnect:1.3.0'
// https://jarcasting.com/artifacts/com.github.timmy80/jconnect/
implementation ("com.github.timmy80:jconnect:1.3.0")
'com.github.timmy80:jconnect:jar:1.3.0'
<dependency org="com.github.timmy80" name="jconnect" rev="1.3.0">
<artifact name="jconnect" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.timmy80', module='jconnect', version='1.3.0')
)
libraryDependencies += "com.github.timmy80" % "jconnect" % "1.3.0"
[com.github.timmy80/jconnect "1.3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.commons : commons-lang3 | jar | 3.12.0 |
| org.apache.logging.log4j : log4j-api | jar | 2.14.1 |
| org.apache.logging.log4j : log4j-core | jar | 2.14.1 |
| org.jline : jline | jar | 3.19.0 |
| commons-cli : commons-cli | jar | 1.4 |