MVN

com.lasmanis.maven.tiles : nexus-staging-maven

Maven & Gradle

Jan 23, 2023
0 stars

Maven Tiles - Nexus Staging Plugin · Tile for setting up the nexus plugin for distributing to Maven Central.

<dependency>
    <groupId>com.lasmanis.maven.tiles</groupId>
    <artifactId>nexus-staging-maven</artifactId>
    <version>0.0.156</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.lasmanis.maven.tiles : nexus-staging-maven to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.156

All Versions

Choose a version of com.lasmanis.maven.tiles : nexus-staging-maven to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
nexus-staging-maven-0.0.156
nexus-staging-maven-0.0.153
nexus-staging-maven-0.0.147
nexus-staging-maven-0.0.144
nexus-staging-maven-0.0.141
nexus-staging-maven-0.0.138
nexus-staging-maven-0.0.135
nexus-staging-maven-0.0.131
nexus-staging-maven-0.0.128
nexus-staging-maven-0.0.125
nexus-staging-maven-0.0.122
nexus-staging-maven-0.0.115
nexus-staging-maven-0.0.112
nexus-staging-maven-0.0.109
nexus-staging-maven-0.0.105
nexus-staging-maven-0.0.102
nexus-staging-maven-0.0.99
nexus-staging-maven-0.0.96
nexus-staging-maven-0.0.93
nexus-staging-maven-0.0.90
nexus-staging-maven-0.0.87
nexus-staging-maven-0.0.84
nexus-staging-maven-0.0.79
nexus-staging-maven-0.0.76
nexus-staging-maven-0.0.73
nexus-staging-maven-0.0.70
nexus-staging-maven-0.0.67
nexus-staging-maven-0.0.64
nexus-staging-maven-0.0.61
nexus-staging-maven-0.0.57
nexus-staging-maven-0.0.51
nexus-staging-maven-0.0.48
nexus-staging-maven-0.0.45
nexus-staging-maven-0.0.42
nexus-staging-maven-0.0.37
nexus-staging-maven-0.0.34
nexus-staging-maven-0.0.31
nexus-staging-maven-0.0.27
nexus-staging-maven-0.0.23
nexus-staging-maven-0.0.19
nexus-staging-maven-0.0.15

How to add a dependency to Maven

Add the following com.lasmanis.maven.tiles : nexus-staging-maven maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.lasmanis.maven.tiles</groupId>
    <artifactId>nexus-staging-maven</artifactId>
    <version>0.0.156</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.lasmanis.maven.tiles : nexus-staging-maven gradle dependency to your build.gradle file:

implementation 'com.lasmanis.maven.tiles:nexus-staging-maven:0.0.156'

Gradle Kotlin DSL: Add the following com.lasmanis.maven.tiles : nexus-staging-maven gradle kotlin dependency to your build.gradle.kts file:

implementation("com.lasmanis.maven.tiles:nexus-staging-maven:0.0.156")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.lasmanis.maven.tiles : nexus-staging-maven sbt scala dependency to your build.sbt file:

libraryDependencies += "com.lasmanis.maven.tiles" % "nexus-staging-maven" % "0.0.156"

Advertisement