MVN

org.nasdanika.core : maven

Maven & Gradle

Aug 26, 2023
3 stars

Base classes for building Maven plugins

<dependency>
    <groupId>org.nasdanika.core</groupId>
    <artifactId>maven</artifactId>
    <version>2023.8.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.nasdanika.core : maven to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2023.8.0

All Versions

Choose a version of org.nasdanika.core : maven to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2023.8.x
maven-2023.8.0
2023.4.x
maven-2023.4.0
2023.3.x
maven-2023.3.0
2023.2.x
maven-2023.2.0

How to add a dependency to Maven

Add the following org.nasdanika.core : maven maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.nasdanika.core</groupId>
    <artifactId>maven</artifactId>
    <version>2023.8.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.nasdanika.core : maven gradle dependency to your build.gradle file:

implementation 'org.nasdanika.core:maven:2023.8.0'

Gradle Kotlin DSL: Add the following org.nasdanika.core : maven gradle kotlin dependency to your build.gradle.kts file:

implementation("org.nasdanika.core:maven:2023.8.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.nasdanika.core : maven sbt scala dependency to your build.sbt file:

libraryDependencies += "org.nasdanika.core" % "maven" % "2023.8.0"

Advertisement

Dependencies from Group

Aug 26, 2023
6 usages
3 stars
emf
Aug 26, 2023
6 usages
3 stars
Aug 26, 2023
5 usages
2 stars
Aug 26, 2023
4 usages
3 stars
Oct 25, 2022
3 usages
3 stars

Discover Dependencies