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