is not current version
Last Version 5.3

io.activej:activej-jmx 1.1


Categories

Categories

ActiveJ User Interface Web Frameworks
GroupId

GroupId

io.activej
ArtifactId

ArtifactId

activej-jmx
Version

Version

1.1
Type

Type

jar

Download activej-jmx 1.1


<!-- https://jarcasting.com/artifacts/io.activej/activej-jmx/ -->
<dependency>
    <groupId>io.activej</groupId>
    <artifactId>activej-jmx</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.activej/activej-jmx/
implementation 'io.activej:activej-jmx:1.1'
// https://jarcasting.com/artifacts/io.activej/activej-jmx/
implementation ("io.activej:activej-jmx:1.1")
'io.activej:activej-jmx:jar:1.1'
<dependency org="io.activej" name="activej-jmx" rev="1.1">
  <artifact name="activej-jmx" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.activej', module='activej-jmx', version='1.1')
)
libraryDependencies += "io.activej" % "activej-jmx" % "1.1"
[io.activej/activej-jmx "1.1"]