is not current version
Last Version 1.0.7

com.charlyghislain.authenticator:example-ear 1.0.4

Example of packaging the authenticator modules as an EAR archive

GroupId

GroupId

com.charlyghislain.authenticator
ArtifactId

ArtifactId

example-ear
Version

Version

1.0.4
Type

Type

ear

Download example-ear 1.0.4


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