h

hawtio-plugin-mbean

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