MVN

org.sonatype.nexus.archetypes : nexus-format-archetype

Maven & Gradle

Jan 11, 2023
9 stars

Nexus Format Plugin Archetype · Archetype to create a nexus format plugin

<dependency>
    <groupId>org.sonatype.nexus.archetypes</groupId>
    <artifactId>nexus-format-archetype</artifactId>
    <version>1.0.60</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.60

All Versions

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

Version Vulnerabilities Updated
1.0.x
nexus-format-archetype-1.0.60
nexus-format-archetype-1.0.59
nexus-format-archetype-1.0.58
nexus-format-archetype-1.0.57
nexus-format-archetype-1.0.56
nexus-format-archetype-1.0.55
nexus-format-archetype-1.0.54
nexus-format-archetype-1.0.53
nexus-format-archetype-1.0.52
nexus-format-archetype-1.0.51
nexus-format-archetype-1.0.50
nexus-format-archetype-1.0.49
nexus-format-archetype-1.0.48
nexus-format-archetype-1.0.47
nexus-format-archetype-1.0.46
nexus-format-archetype-1.0.45
nexus-format-archetype-1.0.44
nexus-format-archetype-1.0.43
nexus-format-archetype-1.0.42
nexus-format-archetype-1.0.41
nexus-format-archetype-1.0.40
nexus-format-archetype-1.0.39
nexus-format-archetype-1.0.38
nexus-format-archetype-1.0.37
nexus-format-archetype-1.0.36
nexus-format-archetype-1.0.35
nexus-format-archetype-1.0.34
nexus-format-archetype-1.0.33
nexus-format-archetype-1.0.32
nexus-format-archetype-1.0.31
nexus-format-archetype-1.0.30
nexus-format-archetype-1.0.29
nexus-format-archetype-1.0.28
nexus-format-archetype-1.0.27
nexus-format-archetype-1.0.26
nexus-format-archetype-1.0.25
nexus-format-archetype-1.0.24
nexus-format-archetype-1.0.23
nexus-format-archetype-1.0.22
nexus-format-archetype-1.0.21
nexus-format-archetype-1.0.20
nexus-format-archetype-1.0.19
nexus-format-archetype-1.0.18
nexus-format-archetype-1.0.17
nexus-format-archetype-1.0.16
nexus-format-archetype-1.0.15
nexus-format-archetype-1.0.14
nexus-format-archetype-1.0.13
nexus-format-archetype-1.0.11
nexus-format-archetype-1.0.9
nexus-format-archetype-1.0.7
nexus-format-archetype-1.0.5
nexus-format-archetype-1.0.3
nexus-format-archetype-1.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.sonatype.nexus.archetypes</groupId>
    <artifactId>nexus-format-archetype</artifactId>
    <version>1.0.60</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.sonatype.nexus.archetypes:nexus-format-archetype:1.0.60'

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

implementation("org.sonatype.nexus.archetypes:nexus-format-archetype:1.0.60")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.sonatype.nexus.archetypes" % "nexus-format-archetype" % "1.0.60"