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