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