| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.ops4j.pax.web |
| Идентификатор | Идентификаторarchetypes |
| Последняя версия | Последняя версия7.4.4 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеOPS4J Pax Web - Archetypes
Pax Web - OPS4J implementation of OSGi HTTP service using Jetty 9 or Tomcat 7.
Detailed information to be found at http://team.ops4j.org/wiki/display/paxweb/.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| archetypes-7.4.4.pom | 788 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.ops4j.pax.web/archetypes/ -->
<dependency>
<groupId>org.ops4j.pax.web</groupId>
<artifactId>archetypes</artifactId>
<version>7.4.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.pax.web/archetypes/
implementation 'org.ops4j.pax.web:archetypes:7.4.4'
// https://jarcasting.com/artifacts/org.ops4j.pax.web/archetypes/
implementation ("org.ops4j.pax.web:archetypes:7.4.4")
'org.ops4j.pax.web:archetypes:pom:7.4.4'
<dependency org="org.ops4j.pax.web" name="archetypes" rev="7.4.4">
<artifact name="archetypes" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax.web', module='archetypes', version='7.4.4')
)
libraryDependencies += "org.ops4j.pax.web" % "archetypes" % "7.4.4"
[org.ops4j.pax.web/archetypes "7.4.4"]