<dependency> <groupId>io.hawt</groupId> <artifactId>hawtio-core</artifactId> <version>2.14.2</version> </dependency>
implementation 'io.hawt:hawtio-core:2.14.2'
implementation("io.hawt:hawtio-core:2.14.2")
libraryDependencies += "io.hawt" % "hawtio-core" % "2.14.2"
@Grapes( @Grab(group='io.hawt', module='hawtio-core', version='2.14.2') )
<dependency org="io.hawt" name="hawtio-core" rev="2.14.2" />
[io.hawt/hawtio-core "2.14.2"]
'io.hawt:hawtio-core:jar:2.14.2'
<parent> <groupId>io.hawt</groupId> <artifactId>project</artifactId> <version>2.14.2</version> </parent>
compile
|-- io.hawt:hawtio-util
|-- org.slf4j:slf4j-api
test
|-- junit:junit
|-- org.apache.logging.log4j:log4j-slf4j-impl