| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.welen.jmole |
| ArtifactId | ArtifactIdjmole |
| Last Version | Last Version2.0.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionJMole
JMole is a monitoring framework for gathering data dynamically from various Java MBeans
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jmole-2.0.0.pom | 13 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.welen.jmole/jmole/ -->
<dependency>
<groupId>net.welen.jmole</groupId>
<artifactId>jmole</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.welen.jmole/jmole/
implementation 'net.welen.jmole:jmole:2.0.0'
// https://jarcasting.com/artifacts/net.welen.jmole/jmole/
implementation ("net.welen.jmole:jmole:2.0.0")
'net.welen.jmole:jmole:pom:2.0.0'
<dependency org="net.welen.jmole" name="jmole" rev="2.0.0">
<artifact name="jmole" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.welen.jmole', module='jmole', version='2.0.0')
)
libraryDependencies += "net.welen.jmole" % "jmole" % "2.0.0"
[net.welen.jmole/jmole "2.0.0"]