License |
License |
---|---|
Categories |
CategoriesJBoss Container Application Servers Maven Build Tools Dex General Purpose Libraries Utility |
GroupId | GroupIdorg.jboss.windup.maven |
ArtifactId | ArtifactIdnexus-indexer |
Last Version | Last Version22.04.04.Final |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWindup: Nexus Indexer - Core
Parent POM for JBoss projects. Provides default project build configuration.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.jboss.windup.maven/nexus-indexer/ -->
<dependency>
<groupId>org.jboss.windup.maven</groupId>
<artifactId>nexus-indexer</artifactId>
<version>22.04.04.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.windup.maven/nexus-indexer/
implementation 'org.jboss.windup.maven:nexus-indexer:22.04.04.Final'
// https://jarcasting.com/artifacts/org.jboss.windup.maven/nexus-indexer/
implementation ("org.jboss.windup.maven:nexus-indexer:22.04.04.Final")
'org.jboss.windup.maven:nexus-indexer:jar:22.04.04.Final'
<dependency org="org.jboss.windup.maven" name="nexus-indexer" rev="22.04.04.Final">
<artifact name="nexus-indexer" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.windup.maven', module='nexus-indexer', version='22.04.04.Final')
)
libraryDependencies += "org.jboss.windup.maven" % "nexus-indexer" % "22.04.04.Final"
[org.jboss.windup.maven/nexus-indexer "22.04.04.Final"]
Group / Artifact | Type | Version |
---|---|---|
org.jboss.windup.org.apache.maven.indexer : indexer-core | jar | 7.0.WINDUP |
org.jboss.forge.addon : dependencies-api | jar | 2.20.2.Final |
org.apache.maven.wagon : wagon-http-lightweight | jar | 2.10 |
org.eclipse.sisu : org.eclipse.sisu.plexus | jar | 0.3.3 |
org.sonatype.sisu : sisu-guice | jar | 3.2.6 |
org.apache.commons : commons-lang3 | jar | 3.4 |
org.apache.commons : commons-collections4 | jar | 4.0 |
org.eclipse.aether : aether-api | jar | 1.1.0 |
org.eclipse.aether : aether-impl | jar | 1.1.0 |
org.apache.maven : maven-aether-provider | jar | 3.3.9 |
org.eclipse.aether : aether-connector-basic | jar | 1.1.0 |
org.eclipse.aether : aether-transport-file | jar | 1.1.0 |
org.eclipse.aether : aether-transport-http | jar | 1.1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |