| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.ops4j.pax.construct |
| Идентификатор | Идентификаторarchetypes |
| Последняя версия | Последняя версия1.6.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеOPS4J - Archetypes for OSGi projects
A series of tools to help piece together code, jars, and
bundles from different places into a single OSGi project
built and managed by Maven
|
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| archetypes-1.6.0.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.ops4j.pax.construct/archetypes/ -->
<dependency>
<groupId>org.ops4j.pax.construct</groupId>
<artifactId>archetypes</artifactId>
<version>1.6.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.pax.construct/archetypes/
implementation 'org.ops4j.pax.construct:archetypes:1.6.0'
// https://jarcasting.com/artifacts/org.ops4j.pax.construct/archetypes/
implementation ("org.ops4j.pax.construct:archetypes:1.6.0")
'org.ops4j.pax.construct:archetypes:pom:1.6.0'
<dependency org="org.ops4j.pax.construct" name="archetypes" rev="1.6.0">
<artifact name="archetypes" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax.construct', module='archetypes', version='1.6.0')
)
libraryDependencies += "org.ops4j.pax.construct" % "archetypes" % "1.6.0"
[org.ops4j.pax.construct/archetypes "1.6.0"]