License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.welen.jmole |
ArtifactId | ArtifactIdjmole |
Version | Version1.5.4 |
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-1.5.4.pom | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.welen.jmole/jmole/ -->
<dependency>
<groupId>net.welen.jmole</groupId>
<artifactId>jmole</artifactId>
<version>1.5.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.welen.jmole/jmole/
implementation 'net.welen.jmole:jmole:1.5.4'
// https://jarcasting.com/artifacts/net.welen.jmole/jmole/
implementation ("net.welen.jmole:jmole:1.5.4")
'net.welen.jmole:jmole:pom:1.5.4'
<dependency org="net.welen.jmole" name="jmole" rev="1.5.4">
<artifact name="jmole" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.welen.jmole', module='jmole', version='1.5.4')
)
libraryDependencies += "net.welen.jmole" % "jmole" % "1.5.4"
[net.welen.jmole/jmole "1.5.4"]