MVN

org.sonatype.nexus : nexus-cleanup

Maven & Gradle

Aug 09, 2023
17 usages
1.4k stars

org.sonatype.nexus:nexus-cleanup

<dependency>
    <groupId>org.sonatype.nexus</groupId>
    <artifactId>nexus-cleanup</artifactId>
    <version>3.59.0-01</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.sonatype.nexus : nexus-cleanup to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.59.0-01

All Versions

Choose a version of org.sonatype.nexus : nexus-cleanup to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.59.x
nexus-cleanup-3.59.0-01
3.58.x
nexus-cleanup-3.58.1-02
nexus-cleanup-3.58.1-01
nexus-cleanup-3.58.0-01
3.57.x
nexus-cleanup-3.57.1-03
nexus-cleanup-3.57.1-02
nexus-cleanup-3.57.0-01
3.56.x
nexus-cleanup-3.56.0-01
3.55.x
nexus-cleanup-3.55.0-01
3.54.x
nexus-cleanup-3.54.1-01
nexus-cleanup-3.54.0-01
3.53.x
nexus-cleanup-3.53.1-02
nexus-cleanup-3.53.0-01
3.52.x
nexus-cleanup-3.52.0-01
3.51.x
nexus-cleanup-3.51.0-01
3.50.x
nexus-cleanup-3.50.0-01
3.49.x
nexus-cleanup-3.49.0-02
3.48.x
nexus-cleanup-3.48.0-01
3.47.x
nexus-cleanup-3.47.1-01
nexus-cleanup-3.47.0-01
3.46.x
nexus-cleanup-3.46.0-01
3.45.x
nexus-cleanup-3.45.1-01
nexus-cleanup-3.45.0-01
3.44.x
nexus-cleanup-3.44.0-01
3.43.x
nexus-cleanup-3.43.0-01
3.42.x
nexus-cleanup-3.42.0-01
3.41.x
nexus-cleanup-3.41.1-01
nexus-cleanup-3.41.0-01
3.40.x
nexus-cleanup-3.40.1-01
nexus-cleanup-3.40.0-03
3.39.x
nexus-cleanup-3.39.0-01
3.38.x
nexus-cleanup-3.38.1-01
nexus-cleanup-3.38.0-01
3.37.x
nexus-cleanup-3.37.3-02
nexus-cleanup-3.37.2-02
nexus-cleanup-3.37.1-01
nexus-cleanup-3.37.0-01
3.36.x
nexus-cleanup-3.36.0-01
3.35.x
nexus-cleanup-3.35.0-02
3.34.x
nexus-cleanup-3.34.1-01
nexus-cleanup-3.34.0-01
3.33.x
nexus-cleanup-3.33.1-01
nexus-cleanup-3.33.0-01
3.32.x
nexus-cleanup-3.32.1-01
nexus-cleanup-3.32.0-03
3.31.x
nexus-cleanup-3.31.1-01
nexus-cleanup-3.31.0-01
3.30.x
nexus-cleanup-3.30.1-01
nexus-cleanup-3.30.0-01
3.29.x
nexus-cleanup-3.29.2-02
nexus-cleanup-3.29.1-01
nexus-cleanup-3.29.0-02
3.28.x
nexus-cleanup-3.28.1-01
nexus-cleanup-3.28.0-01
3.27.x
nexus-cleanup-3.27.0-03
nexus-cleanup-3.27.0-02
3.26.x
nexus-cleanup-3.26.1-02
nexus-cleanup-3.26.0-04
nexus-cleanup-3.26.0-03
nexus-cleanup-3.26.0-02
nexus-cleanup-3.26.0-01
3.25.x
nexus-cleanup-3.25.1-04
nexus-cleanup-3.25.1-03
nexus-cleanup-3.25.1-02
nexus-cleanup-3.25.1-01
nexus-cleanup-3.25.0-03
nexus-cleanup-3.25.0-02
3.24.x
nexus-cleanup-3.24.0-02
nexus-cleanup-3.24.0-01
3.23.x
nexus-cleanup-3.23.0-03
nexus-cleanup-3.23.0-01
3.22.x
nexus-cleanup-3.22.1-02
nexus-cleanup-3.22.1-01
nexus-cleanup-3.22.0-02
nexus-cleanup-3.22.0-01
3.21.x
nexus-cleanup-3.21.2-03
nexus-cleanup-3.21.1-01
nexus-cleanup-3.21.0-05
nexus-cleanup-3.21.0-02
nexus-cleanup-3.21.0-01
3.20.x
nexus-cleanup-3.20.3-01
nexus-cleanup-3.20.2-01
nexus-cleanup-3.20.1-01
nexus-cleanup-3.20.0-04
nexus-cleanup-3.20.0-02
3.19.x
nexus-cleanup-3.19.1-01
nexus-cleanup-3.19.0-01
3.18.x
nexus-cleanup-3.18.1-01
nexus-cleanup-3.18.0-01
3.17.x
nexus-cleanup-3.17.2-03
nexus-cleanup-3.17.1-01
nexus-cleanup-3.17.0-01
3.16.x
nexus-cleanup-3.16.2-01
nexus-cleanup-3.16.1-02
nexus-cleanup-3.16.0-01
3.15.x
nexus-cleanup-3.15.3-01
nexus-cleanup-3.15.2-01
nexus-cleanup-3.15.1-01
nexus-cleanup-3.15.0-01
3.14.x
nexus-cleanup-3.14.0-04

How to add a dependency to Maven

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

<dependency>
    <groupId>org.sonatype.nexus</groupId>
    <artifactId>nexus-cleanup</artifactId>
    <version>3.59.0-01</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.sonatype.nexus : nexus-cleanup gradle dependency to your build.gradle file:

implementation 'org.sonatype.nexus:nexus-cleanup:3.59.0-01'

Gradle Kotlin DSL: Add the following org.sonatype.nexus : nexus-cleanup gradle kotlin dependency to your build.gradle.kts file:

implementation("org.sonatype.nexus:nexus-cleanup:3.59.0-01")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.sonatype.nexus : nexus-cleanup sbt scala dependency to your build.sbt file:

libraryDependencies += "org.sonatype.nexus" % "nexus-cleanup" % "3.59.0-01"

Advertisement

Dependencies from Group

Aug 09, 2023
127 usages
1.4k stars
Aug 09, 2023
92 usages
1.4k stars
Aug 09, 2023
80 usages
1.4k stars
Aug 09, 2023
74 usages
1.4k stars
Aug 09, 2023
48 usages
1.5k stars

Discover Dependencies

Apr 06, 2023
15 usages
12 stars
Apr 15, 2022
16 usages
10.6k stars
Jul 13, 2023
17 usages
82 stars
Aug 01, 2023
26 usages
12.2k stars
Jan 16, 2021
16 usages
7 stars
Nov 11, 2019
15 usages
432 stars
Jun 26, 2023
18 usages