GroupId | GroupIdorg.codehaus.cargo |
---|---|
ArtifactId | ArtifactIdauthentication-war |
Version | Version0.9.1 |
Type | Typewar |
Filename | Size |
---|---|
authentication-war-0.9.1.pom | |
authentication-war-0.9.1.war | 4 KB |
authentication-war-0.9.1-sources.jar | 2 KB |
authentication-war-0.9.1-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>0.9.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.cargo/authentication-war/
implementation 'org.codehaus.cargo:authentication-war:0.9.1'
// https://jarcasting.com/artifacts/org.codehaus.cargo/authentication-war/
implementation ("org.codehaus.cargo:authentication-war:0.9.1")
'org.codehaus.cargo:authentication-war:war:0.9.1'
<dependency org="org.codehaus.cargo" name="authentication-war" rev="0.9.1">
<artifact name="authentication-war" type="war" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.cargo', module='authentication-war', version='0.9.1')
)
libraryDependencies += "org.codehaus.cargo" % "authentication-war" % "0.9.1"
[org.codehaus.cargo/authentication-war "0.9.1"]