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