is not current version
Last Version 1.0.7

com.charlyghislain.authenticator:example-app 1.0.4

Example application implementing the authenticator-application-api and using the authenticator-management-api

GroupId

GroupId

com.charlyghislain.authenticator
ArtifactId

ArtifactId

example-app
Version

Version

1.0.4
Type

Type

war

Download example-app 1.0.4


<!-- https://jarcasting.com/artifacts/com.charlyghislain.authenticator/example-app/ -->
<dependency>
    <groupId>com.charlyghislain.authenticator</groupId>
    <artifactId>example-app</artifactId>
    <version>1.0.4</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.charlyghislain.authenticator/example-app/
implementation 'com.charlyghislain.authenticator:example-app:1.0.4'
// https://jarcasting.com/artifacts/com.charlyghislain.authenticator/example-app/
implementation ("com.charlyghislain.authenticator:example-app:1.0.4")
'com.charlyghislain.authenticator:example-app:war:1.0.4'
<dependency org="com.charlyghislain.authenticator" name="example-app" rev="1.0.4">
  <artifact name="example-app" type="war" />
</dependency>
@Grapes(
@Grab(group='com.charlyghislain.authenticator', module='example-app', version='1.0.4')
)
libraryDependencies += "com.charlyghislain.authenticator" % "example-app" % "1.0.4"
[com.charlyghislain.authenticator/example-app "1.0.4"]