GroupId | GroupIdio.hawt |
---|---|
ArtifactId | ArtifactIdhawtio-core |
Version | Version1.4.58 |
Type | Typejar |
Filename | Size |
---|---|
hawtio-core-1.4.58.pom | |
hawtio-core-1.4.58.jar | 5 KB |
hawtio-core-1.4.58-sources.jar | 4 KB |
hawtio-core-1.4.58-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.hawt/hawtio-core/ -->
<dependency>
<groupId>io.hawt</groupId>
<artifactId>hawtio-core</artifactId>
<version>1.4.58</version>
</dependency>
// https://jarcasting.com/artifacts/io.hawt/hawtio-core/
implementation 'io.hawt:hawtio-core:1.4.58'
// https://jarcasting.com/artifacts/io.hawt/hawtio-core/
implementation ("io.hawt:hawtio-core:1.4.58")
'io.hawt:hawtio-core:jar:1.4.58'
<dependency org="io.hawt" name="hawtio-core" rev="1.4.58">
<artifact name="hawtio-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.hawt', module='hawtio-core', version='1.4.58')
)
libraryDependencies += "io.hawt" % "hawtio-core" % "1.4.58"
[io.hawt/hawtio-core "1.4.58"]