| Категории |
КатегорииORM Данные |
|---|---|
| Группа | Группаorg.ops4j.pax.web.samples |
| Идентификатор | Идентификаторwar-formauth |
| Версия | Версия7.1.0 |
| Тип | Типwar |
| Имя Файла | Размер |
|---|---|
| war-formauth-7.1.0.pom | |
| war-formauth-7.1.0.war | 35 KB |
| war-formauth-7.1.0-sources.jar | 2 KB |
| war-formauth-7.1.0-javadoc.jar | 27 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.ops4j.pax.web.samples/war-formauth/ -->
<dependency>
<groupId>org.ops4j.pax.web.samples</groupId>
<artifactId>war-formauth</artifactId>
<version>7.1.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.pax.web.samples/war-formauth/
implementation 'org.ops4j.pax.web.samples:war-formauth:7.1.0'
// https://jarcasting.com/artifacts/org.ops4j.pax.web.samples/war-formauth/
implementation ("org.ops4j.pax.web.samples:war-formauth:7.1.0")
'org.ops4j.pax.web.samples:war-formauth:war:7.1.0'
<dependency org="org.ops4j.pax.web.samples" name="war-formauth" rev="7.1.0">
<artifact name="war-formauth" type="war" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax.web.samples', module='war-formauth', version='7.1.0')
)
libraryDependencies += "org.ops4j.pax.web.samples" % "war-formauth" % "7.1.0"
[org.ops4j.pax.web.samples/war-formauth "7.1.0"]