| Группа | Группаio.hawt.examples |
|---|---|
| Идентификатор | Идентификаторhawtio-example-springboot-authentication-jar |
| Версия | Версия2.13.2 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/io.hawt.examples/hawtio-example-springboot-authentication-jar/ -->
<dependency>
<groupId>io.hawt.examples</groupId>
<artifactId>hawtio-example-springboot-authentication-jar</artifactId>
<version>2.13.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.hawt.examples/hawtio-example-springboot-authentication-jar/
implementation 'io.hawt.examples:hawtio-example-springboot-authentication-jar:2.13.2'
// https://jarcasting.com/artifacts/io.hawt.examples/hawtio-example-springboot-authentication-jar/
implementation ("io.hawt.examples:hawtio-example-springboot-authentication-jar:2.13.2")
'io.hawt.examples:hawtio-example-springboot-authentication-jar:jar:2.13.2'
<dependency org="io.hawt.examples" name="hawtio-example-springboot-authentication-jar" rev="2.13.2">
<artifact name="hawtio-example-springboot-authentication-jar" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.hawt.examples', module='hawtio-example-springboot-authentication-jar', version='2.13.2')
)
libraryDependencies += "io.hawt.examples" % "hawtio-example-springboot-authentication-jar" % "2.13.2"
[io.hawt.examples/hawtio-example-springboot-authentication-jar "2.13.2"]