GroupId | GroupIdio.hawt.examples |
---|---|
ArtifactId | ArtifactIdhawtio-example-springboot |
Version | Version2.9.1 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/io.hawt.examples/hawtio-example-springboot/ -->
<dependency>
<groupId>io.hawt.examples</groupId>
<artifactId>hawtio-example-springboot</artifactId>
<version>2.9.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/io.hawt.examples/hawtio-example-springboot/
implementation 'io.hawt.examples:hawtio-example-springboot:2.9.1'
// https://jarcasting.com/artifacts/io.hawt.examples/hawtio-example-springboot/
implementation ("io.hawt.examples:hawtio-example-springboot:2.9.1")
'io.hawt.examples:hawtio-example-springboot:war:2.9.1'
<dependency org="io.hawt.examples" name="hawtio-example-springboot" rev="2.9.1">
<artifact name="hawtio-example-springboot" type="war" />
</dependency>
@Grapes(
@Grab(group='io.hawt.examples', module='hawtio-example-springboot', version='2.9.1')
)
libraryDependencies += "io.hawt.examples" % "hawtio-example-springboot" % "2.9.1"
[io.hawt.examples/hawtio-example-springboot "2.9.1"]