| Категории |
КатегорииJBoss Контейнер Application Servers Maven Компиляция и сборка Dex Универсальные библиотеки Utility |
|---|---|
| Группа | Группаorg.jboss.windup.maven |
| Идентификатор | Идентификаторnexus-indexer |
| Версия | Версия3 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| nexus-indexer-3.pom | |
| nexus-indexer-3.jar | 11 KB |
| nexus-indexer-3-sources.jar | 6 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.jboss.windup.maven/nexus-indexer/ -->
<dependency>
<groupId>org.jboss.windup.maven</groupId>
<artifactId>nexus-indexer</artifactId>
<version>3</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.windup.maven/nexus-indexer/
implementation 'org.jboss.windup.maven:nexus-indexer:3'
// https://jarcasting.com/artifacts/org.jboss.windup.maven/nexus-indexer/
implementation ("org.jboss.windup.maven:nexus-indexer:3")
'org.jboss.windup.maven:nexus-indexer:jar:3'
<dependency org="org.jboss.windup.maven" name="nexus-indexer" rev="3">
<artifact name="nexus-indexer" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.windup.maven', module='nexus-indexer', version='3')
)
libraryDependencies += "org.jboss.windup.maven" % "nexus-indexer" % "3"
[org.jboss.windup.maven/nexus-indexer "3"]