MVN

io.github.asharapov.nexus : nexus-casc-plugin

Maven & Gradle

Jan 15, 2023
6 stars

nexus-casc-plugin · Configuration as code plugin for Sonatype Nexus Repository Manager

<dependency>
    <groupId>io.github.asharapov.nexus</groupId>
    <artifactId>nexus-casc-plugin</artifactId>
    <version>3.45.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.asharapov.nexus : nexus-casc-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.45.0.1

All Versions

Choose a version of io.github.asharapov.nexus : nexus-casc-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.45.x
nexus-casc-plugin-3.45.0.1
3.41.x
nexus-casc-plugin-3.41.0.1
3.40.x
nexus-casc-plugin-3.40.1.1
3.39.x
nexus-casc-plugin-3.39.0.1
3.38.x
nexus-casc-plugin-3.38.0.1
3.37.x
nexus-casc-plugin-3.37.2.1
nexus-casc-plugin-3.37.1.1
nexus-casc-plugin-3.37.0.1
3.36.x
nexus-casc-plugin-3.36.0.1
3.35.x
nexus-casc-plugin-3.35.0.1
3.34.x
nexus-casc-plugin-3.34.1.1
nexus-casc-plugin-3.34.0.1
3.33.x
nexus-casc-plugin-3.33.0.1
3.32.x
nexus-casc-plugin-3.32.0.1
3.31.x
nexus-casc-plugin-3.31.1.1
3.30.x
nexus-casc-plugin-3.30.0.1
3.29.x
nexus-casc-plugin-3.29.0.1
3.28.x
nexus-casc-plugin-3.28.1.1
nexus-casc-plugin-3.28.0.1
3.27.x
nexus-casc-plugin-3.27.0.1
3.26.x
nexus-casc-plugin-3.26.1.1
3.25.x
nexus-casc-plugin-3.25.1.1
3.24.x
nexus-casc-plugin-3.24.0.1

How to add a dependency to Maven

Add the following io.github.asharapov.nexus : nexus-casc-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.asharapov.nexus</groupId>
    <artifactId>nexus-casc-plugin</artifactId>
    <version>3.45.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.asharapov.nexus : nexus-casc-plugin gradle dependency to your build.gradle file:

implementation 'io.github.asharapov.nexus:nexus-casc-plugin:3.45.0.1'

Gradle Kotlin DSL: Add the following io.github.asharapov.nexus : nexus-casc-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.asharapov.nexus:nexus-casc-plugin:3.45.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.asharapov.nexus : nexus-casc-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.asharapov.nexus" % "nexus-casc-plugin" % "3.45.0.1"

Advertisement