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