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