Description
Provides support for building Nexus plugin bundles with Apache Maven (ie. nexus-plugin packaging).
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.sonatype.nexus |
| Идентификатор | Идентификаторnexus-plugin-bundle-model |
| Последняя версия | Последняя версия1.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеorg.sonatype.nexus:nexus-plugin-bundle-model
org.sonatype.nexus:nexus-plugin-bundle-model
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| nexus-plugin-bundle-model-1.3.pom | |
| nexus-plugin-bundle-model-1.3.jar | 37 KB |
| nexus-plugin-bundle-model-1.3-sources.jar | 26 KB |
| nexus-plugin-bundle-model-1.3-javadoc.jar | 107 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.sonatype.nexus/nexus-plugin-bundle-model/ -->
<dependency>
<groupId>org.sonatype.nexus</groupId>
<artifactId>nexus-plugin-bundle-model</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.nexus/nexus-plugin-bundle-model/
implementation 'org.sonatype.nexus:nexus-plugin-bundle-model:1.3'
// https://jarcasting.com/artifacts/org.sonatype.nexus/nexus-plugin-bundle-model/
implementation ("org.sonatype.nexus:nexus-plugin-bundle-model:1.3")
'org.sonatype.nexus:nexus-plugin-bundle-model:jar:1.3'
<dependency org="org.sonatype.nexus" name="nexus-plugin-bundle-model" rev="1.3">
<artifact name="nexus-plugin-bundle-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.nexus', module='nexus-plugin-bundle-model', version='1.3')
)
libraryDependencies += "org.sonatype.nexus" % "nexus-plugin-bundle-model" % "1.3"
[org.sonatype.nexus/nexus-plugin-bundle-model "1.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.codehaus.plexus : plexus-utils | jar | 2.1 |
Provides support for building Nexus plugin bundles with Apache Maven (ie. nexus-plugin packaging).