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