is not current version
Last Version 2.15.0

io.hawt.examples:hawtio-example-springboot-authentication 2.10.2

hawtio :: Sample Spring Boot 2.x process with authentication

GroupId

GroupId

io.hawt.examples
ArtifactId

ArtifactId

hawtio-example-springboot-authentication
Version

Version

2.10.2
Type

Type

war

Download hawtio-example-springboot-authentication 2.10.2


<!-- https://jarcasting.com/artifacts/io.hawt.examples/hawtio-example-springboot-authentication/ -->
<dependency>
    <groupId>io.hawt.examples</groupId>
    <artifactId>hawtio-example-springboot-authentication</artifactId>
    <version>2.10.2</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/io.hawt.examples/hawtio-example-springboot-authentication/
implementation 'io.hawt.examples:hawtio-example-springboot-authentication:2.10.2'
// https://jarcasting.com/artifacts/io.hawt.examples/hawtio-example-springboot-authentication/
implementation ("io.hawt.examples:hawtio-example-springboot-authentication:2.10.2")
'io.hawt.examples:hawtio-example-springboot-authentication:war:2.10.2'
<dependency org="io.hawt.examples" name="hawtio-example-springboot-authentication" rev="2.10.2">
  <artifact name="hawtio-example-springboot-authentication" type="war" />
</dependency>
@Grapes(
@Grab(group='io.hawt.examples', module='hawtio-example-springboot-authentication', version='2.10.2')
)
libraryDependencies += "io.hawt.examples" % "hawtio-example-springboot-authentication" % "2.10.2"
[io.hawt.examples/hawtio-example-springboot-authentication "2.10.2"]