| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJBoss Контейнер Application Servers Maven Компиляция и сборка Dex Универсальные библиотеки Utility |
| Группа | Группаorg.jboss.windup.org.apache.maven.indexer |
| Идентификатор | Идентификаторmaven-indexer |
| Версия | Версия7.0.WINDUP |
| Тип | Типpom |
| Описание |
ОписаниеMaven-Indexer
Apache Maven Indexer (former Sonatype Nexus Indexer) is the defacto standard for producing indexes
of Maven repositories. The Indexes are produced and consumed by all major tools in the ecosystem.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| maven-indexer-7.0.WINDUP.pom | 15 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.jboss.windup.org.apache.maven.indexer/maven-indexer/ -->
<dependency>
<groupId>org.jboss.windup.org.apache.maven.indexer</groupId>
<artifactId>maven-indexer</artifactId>
<version>7.0.WINDUP</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.windup.org.apache.maven.indexer/maven-indexer/
implementation 'org.jboss.windup.org.apache.maven.indexer:maven-indexer:7.0.WINDUP'
// https://jarcasting.com/artifacts/org.jboss.windup.org.apache.maven.indexer/maven-indexer/
implementation ("org.jboss.windup.org.apache.maven.indexer:maven-indexer:7.0.WINDUP")
'org.jboss.windup.org.apache.maven.indexer:maven-indexer:pom:7.0.WINDUP'
<dependency org="org.jboss.windup.org.apache.maven.indexer" name="maven-indexer" rev="7.0.WINDUP">
<artifact name="maven-indexer" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jboss.windup.org.apache.maven.indexer', module='maven-indexer', version='7.0.WINDUP')
)
libraryDependencies += "org.jboss.windup.org.apache.maven.indexer" % "maven-indexer" % "7.0.WINDUP"
[org.jboss.windup.org.apache.maven.indexer/maven-indexer "7.0.WINDUP"]