MVN

nanocontainer : nanodist-maven-plugin

Maven & Gradle

Jan 23, 2006

NanoDist Maven Plugin · Maven Plugin to create NanoContainer Distributions

<dependency>
    <groupId>nanocontainer</groupId>
    <artifactId>nanodist-maven-plugin</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nanocontainer : nanodist-maven-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of nanocontainer : nanodist-maven-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
nanodist-maven-plugin-1.0.1
1.0
nanodist-maven-plugin-1.0

How to add a dependency to Maven

Add the following nanocontainer : nanodist-maven-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nanocontainer</groupId>
    <artifactId>nanodist-maven-plugin</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nanocontainer : nanodist-maven-plugin gradle dependency to your build.gradle file:

implementation 'nanocontainer:nanodist-maven-plugin:1.0.1'

Gradle Kotlin DSL: Add the following nanocontainer : nanodist-maven-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("nanocontainer:nanodist-maven-plugin:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following nanocontainer : nanodist-maven-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "nanocontainer" % "nanodist-maven-plugin" % "1.0.1"