GroupId | GroupIdcom.charlyghislain.authenticator |
---|---|
ArtifactId | ArtifactIdexample-ear |
Version | Version1.0.4 |
Type | Typeear |
Filename | Size |
---|---|
example-ear-1.0.4.pom | |
example-ear-1.0.4.ear | 5 MB |
Browse |
<!-- 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"]