MVN

org.glassfish.main.distributions : nucleus-common

Maven & Gradle

Jul 28, 2023
3 usages
330 stars

Nucleus distribution Common module

<dependency>
    <groupId>org.glassfish.main.distributions</groupId>
    <artifactId>nucleus-common</artifactId>
    <version>7.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.glassfish.main.distributions : nucleus-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.0.7
  • Latest Release Candidate: 6.0.0-RC4

All Versions

Choose a version of org.glassfish.main.distributions : nucleus-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.0.x
nucleus-common-7.0.7
nucleus-common-7.0.6
nucleus-common-7.0.5
nucleus-common-7.0.4
nucleus-common-7.0.3
nucleus-common-7.0.2
nucleus-common-7.0.1
nucleus-common-7.0.0
nucleus-common-7.0.0-M10
nucleus-common-7.0.0-M4
nucleus-common-7.0.0-M3
nucleus-common-7.0.0-M2
nucleus-common-7.0.0-M1
6.2.x
nucleus-common-6.2.5
nucleus-common-6.2.4
nucleus-common-6.2.3
nucleus-common-6.2.2
nucleus-common-6.2.1
nucleus-common-6.2.0
6.1.x
nucleus-common-6.1.0
6.0.x
nucleus-common-6.0.0
nucleus-common-6.0.0-RC4
nucleus-common-6.0.0-RC3
nucleus-common-6.0.0-RC2
nucleus-common-6.0.0-RC1
nucleus-common-6.0.0-M1
5.1.x
nucleus-common-5.1.0
nucleus-common-5.1.0-RC2
nucleus-common-5.1.0-RC1
5.0.x
nucleus-common-5.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.glassfish.main.distributions</groupId>
    <artifactId>nucleus-common</artifactId>
    <version>7.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.glassfish.main.distributions : nucleus-common gradle dependency to your build.gradle file:

implementation 'org.glassfish.main.distributions:nucleus-common:7.0.7'

Gradle Kotlin DSL: Add the following org.glassfish.main.distributions : nucleus-common gradle kotlin dependency to your build.gradle.kts file:

implementation("org.glassfish.main.distributions:nucleus-common:7.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.glassfish.main.distributions : nucleus-common sbt scala dependency to your build.sbt file:

libraryDependencies += "org.glassfish.main.distributions" % "nucleus-common" % "7.0.7"

Advertisement