h

hawtio-plugin-mbean

Hawtio :: Plugin MBean
文件下载
文件名 操作
hawtio-plugin-mbean-3.0.0-RC1.jar 下载
hawtio-plugin-mbean-3.0.0-RC1.pom 下载
hawtio-plugin-mbean-3.0.0-RC1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.hawt</groupId>
  <artifactId>hawtio-plugin-mbean</artifactId>
  <version>3.0.0-RC1</version>
</dependency>
Gradle Groovy
implementation 'io.hawt:hawtio-plugin-mbean:3.0.0-RC1'
Gradle Kotlin
implementation("io.hawt:hawtio-plugin-mbean:3.0.0-RC1")
Scala SBT
libraryDependencies += "io.hawt" % "hawtio-plugin-mbean" % "3.0.0-RC1"
Groovy Grape
@Grapes(
  @Grab(group='io.hawt', module='hawtio-plugin-mbean', version='3.0.0-RC1')
)
Apache Ivy
<dependency org="io.hawt" name="hawtio-plugin-mbean" rev="3.0.0-RC1" />
Leiningen
[io.hawt/hawtio-plugin-mbean "3.0.0-RC1"]
Apache Buildr
'io.hawt:hawtio-plugin-mbean:jar:3.0.0-RC1'