GroupId | GroupIdcom.charlyghislain.authenticator |
---|---|
ArtifactId | ArtifactIdexample-app |
Version | Version1.0.4 |
Type | Typewar |
Filename | Size |
---|---|
example-app-1.0.4.pom | |
example-app-1.0.4.war | 209 KB |
example-app-1.0.4-sources.jar | 38 KB |
example-app-1.0.4-javadoc.jar | 134 KB |
example-app-1.0.4-classes.jar | 48 KB |
Browse |
<!-- 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"]