MVN

org.sonatype.plugins : app-lifecycle-base

Maven & Gradle

Sep 18, 2012
1 usages

App Lifecycle Abstract Mappings · Base classes and component definitions for an application-specific plugin packaging extension. This is an ABSTRACT project, and SHOULD NOT be used directly.

<dependency>
    <groupId>org.sonatype.plugins</groupId>
    <artifactId>app-lifecycle-base</artifactId>
    <version>1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.sonatype.plugins : app-lifecycle-base to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7

All Versions

Choose a version of org.sonatype.plugins : app-lifecycle-base to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7
app-lifecycle-base-1.7
1.6
app-lifecycle-base-1.6
1.5
app-lifecycle-base-1.5
1.4
app-lifecycle-base-1.4
1.3
app-lifecycle-base-1.3
1.2
app-lifecycle-base-1.2
1.1
app-lifecycle-base-1.1
1.0
app-lifecycle-base-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.sonatype.plugins</groupId>
    <artifactId>app-lifecycle-base</artifactId>
    <version>1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.sonatype.plugins : app-lifecycle-base gradle dependency to your build.gradle file:

implementation 'org.sonatype.plugins:app-lifecycle-base:1.7'

Gradle Kotlin DSL: Add the following org.sonatype.plugins : app-lifecycle-base gradle kotlin dependency to your build.gradle.kts file:

implementation("org.sonatype.plugins:app-lifecycle-base:1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.sonatype.plugins : app-lifecycle-base sbt scala dependency to your build.sbt file:

libraryDependencies += "org.sonatype.plugins" % "app-lifecycle-base" % "1.7"