GroupId | GroupIdorg.codehaus.cargo |
---|---|
ArtifactId | ArtifactIdauthentication-war |
Version | Version1.3.0 |
Type | Typewar |
Filename | Size |
---|---|
authentication-war-1.3.0.pom | |
authentication-war-1.3.0.war | 4 KB |
authentication-war-1.3.0-sources.jar | 2 KB |
authentication-war-1.3.0-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.cargo/authentication-war/ -->
<dependency>
<groupId>org.codehaus.cargo</groupId>
<artifactId>authentication-war</artifactId>
<version>1.3.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.cargo/authentication-war/
implementation 'org.codehaus.cargo:authentication-war:1.3.0'
// https://jarcasting.com/artifacts/org.codehaus.cargo/authentication-war/
implementation ("org.codehaus.cargo:authentication-war:1.3.0")
'org.codehaus.cargo:authentication-war:war:1.3.0'
<dependency org="org.codehaus.cargo" name="authentication-war" rev="1.3.0">
<artifact name="authentication-war" type="war" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.cargo', module='authentication-war', version='1.3.0')
)
libraryDependencies += "org.codehaus.cargo" % "authentication-war" % "1.3.0"
[org.codehaus.cargo/authentication-war "1.3.0"]