| Группа | Группаorg.codehaus.cargo |
|---|---|
| Идентификатор | Идентификаторauthentication-war |
| Версия | Версия1.6.2 |
| Тип | Типwar |
| Имя Файла | Размер |
|---|---|
| authentication-war-1.6.2.pom | |
| authentication-war-1.6.2.war | 4 KB |
| authentication-war-1.6.2-sources.jar | 2 KB |
| authentication-war-1.6.2-javadoc.jar | 26 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.codehaus.cargo/authentication-war/ -->
<dependency>
<groupId>org.codehaus.cargo</groupId>
<artifactId>authentication-war</artifactId>
<version>1.6.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.cargo/authentication-war/
implementation 'org.codehaus.cargo:authentication-war:1.6.2'
// https://jarcasting.com/artifacts/org.codehaus.cargo/authentication-war/
implementation ("org.codehaus.cargo:authentication-war:1.6.2")
'org.codehaus.cargo:authentication-war:war:1.6.2'
<dependency org="org.codehaus.cargo" name="authentication-war" rev="1.6.2">
<artifact name="authentication-war" type="war" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.cargo', module='authentication-war', version='1.6.2')
)
libraryDependencies += "org.codehaus.cargo" % "authentication-war" % "1.6.2"
[org.codehaus.cargo/authentication-war "1.6.2"]