<dependency> <groupId>io.hawt</groupId> <artifactId>hawtio-plugin-mbean</artifactId> <version>2.12.1</version> <type>bundle</type> </dependency>
implementation 'io.hawt:hawtio-plugin-mbean:2.12.1'
implementation("io.hawt:hawtio-plugin-mbean:2.12.1")
libraryDependencies += "io.hawt" % "hawtio-plugin-mbean" % "2.12.1"
@Grapes( @Grab(group='io.hawt', module='hawtio-plugin-mbean', version='2.12.1') )
<dependency org="io.hawt" name="hawtio-plugin-mbean" rev="2.12.1" />
[io.hawt/hawtio-plugin-mbean "2.12.1"]
'io.hawt:hawtio-plugin-mbean:jar:2.12.1'
<parent> <groupId>io.hawt</groupId> <artifactId>project</artifactId> <version>2.12.1</version> </parent>
provided
|-- org.slf4j:slf4j-api
test
|-- junit:junit
|-- org.hamcrest:hamcrest-library
|-- org.slf4j:slf4j-log4j12