MVN

org.sonatype.nexus.maven : nexus-common

Maven & Gradle

Apr 21, 2022
8 usages
68 stars
<dependency>
    <groupId>org.sonatype.nexus.maven</groupId>
    <artifactId>nexus-common</artifactId>
    <version>1.6.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.6.13

All Versions

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

  • Version Updated
  • nexus-common-1.6.13

    Apr 21, 2022
  • nexus-common-1.6.12

    Feb 22, 2022
  • nexus-common-1.6.11

    Feb 15, 2022
  • nexus-common-1.6.10

    Feb 14, 2022
  • nexus-common-1.6.9

    Feb 11, 2022
  • nexus-common-1.6.8

    Feb 13, 2017
  • nexus-common-1.6.7

    Mar 10, 2016
  • nexus-common-1.6.6

    Aug 13, 2015
  • nexus-common-1.6.5

    Oct 15, 2014
  • nexus-common-1.6.4

    Sep 15, 2014
  • nexus-common-1.6.3

    Aug 26, 2014
  • nexus-common-1.6.2

    May 12, 2014
  • nexus-common-1.6.1

    Apr 16, 2014
  • nexus-common-1.6

    Feb 18, 2014
  • nexus-common-1.5.1

    Nov 17, 2013

How to add a dependency to Maven

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

<dependency>
    <groupId>org.sonatype.nexus.maven</groupId>
    <artifactId>nexus-common</artifactId>
    <version>1.6.13</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.sonatype.nexus.maven:nexus-common:1.6.13'

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

implementation("org.sonatype.nexus.maven:nexus-common:1.6.13")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.sonatype.nexus.maven" % "nexus-common" % "1.6.13"