MVN

org.infrastructurebuilder.nexus : nexus-config-writer-component

Maven & Gradle

Dec 14, 2021
1 usages

Write (most of) the configuration for Nexus

<dependency>
    <groupId>org.infrastructurebuilder.nexus</groupId>
    <artifactId>nexus-config-writer-component</artifactId>
    <version>0.2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.infrastructurebuilder.nexus : nexus-config-writer-component to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.4

All Versions

Choose a version of org.infrastructurebuilder.nexus : nexus-config-writer-component to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
nexus-config-writer-component-0.2.4
nexus-config-writer-component-0.2.3
nexus-config-writer-component-0.2.2
nexus-config-writer-component-0.2.1
nexus-config-writer-component-0.2.0
0.1.x
nexus-config-writer-component-0.1.9
nexus-config-writer-component-0.1.8
nexus-config-writer-component-0.1.7
nexus-config-writer-component-0.1.6
nexus-config-writer-component-0.1.5
nexus-config-writer-component-0.1.4

How to add a dependency to Maven

Add the following org.infrastructurebuilder.nexus : nexus-config-writer-component maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.infrastructurebuilder.nexus</groupId>
    <artifactId>nexus-config-writer-component</artifactId>
    <version>0.2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.infrastructurebuilder.nexus : nexus-config-writer-component gradle dependency to your build.gradle file:

implementation 'org.infrastructurebuilder.nexus:nexus-config-writer-component:0.2.4'

Gradle Kotlin DSL: Add the following org.infrastructurebuilder.nexus : nexus-config-writer-component gradle kotlin dependency to your build.gradle.kts file:

implementation("org.infrastructurebuilder.nexus:nexus-config-writer-component:0.2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.infrastructurebuilder.nexus : nexus-config-writer-component sbt scala dependency to your build.sbt file:

libraryDependencies += "org.infrastructurebuilder.nexus" % "nexus-config-writer-component" % "0.2.4"