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