GroupId | GroupIdcom.charlyghislain.authenticator |
---|---|
ArtifactId | ArtifactIdexample-app |
Version | Version1.0.1 |
Type | Typewar |
Filename | Size |
---|---|
example-app-1.0.1.pom | |
example-app-1.0.1.war | 207 KB |
example-app-1.0.1-sources.jar | 37 KB |
example-app-1.0.1-javadoc.jar | 134 KB |
example-app-1.0.1-classes.jar | 47 KB |
Browse |
<!-- 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"]