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