is not current version
Last Version 1.0.7

com.charlyghislain.authenticator:example-app 1.0.1

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.1
Type

Type

war

Download example-app 1.0.1


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