MVN

dk.nodes.arch : base

Maven & Gradle

Nov 12, 2019
7 stars

Nodes Architecture Library · An Architecture Library for Nodes Project

<dependency>
    <groupId>dk.nodes.arch</groupId>
    <artifactId>base</artifactId>
    <version>2.3.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dk.nodes.arch : base to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.5
  • Latest Alpha: 3.0.0-alpha05

All Versions

Choose a version of dk.nodes.arch : base to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
base-3.0.0-alpha05
base-3.0.0-alpha04
base-3.0.0-alpha03
base-3.0.0-alpha02
base-3.0.0-alpha01
2.3.x
base-2.3.5
base-2.3.4
base-2.3.3
base-2.3.2
base-2.3.1
base-2.3.0
2.2.x
base-2.2.0
2.1.x
base-2.1.9
1.2.x
base-1.2.0
1.1.x
base-1.1.9
base-1.1.8
base-1.1.7
base-1.1.4
base-1.1.3
base-1.1.2
base-1.1.1
base-1.1.0
1.0.x
base-1.0.1
base-1.0.0

How to add a dependency to Maven

Add the following dk.nodes.arch : base maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dk.nodes.arch</groupId>
    <artifactId>base</artifactId>
    <version>2.3.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dk.nodes.arch : base gradle dependency to your build.gradle file:

implementation 'dk.nodes.arch:base:2.3.5'

Gradle Kotlin DSL: Add the following dk.nodes.arch : base gradle kotlin dependency to your build.gradle.kts file:

implementation("dk.nodes.arch:base:2.3.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following dk.nodes.arch : base sbt scala dependency to your build.sbt file:

libraryDependencies += "dk.nodes.arch" % "base" % "2.3.5"

Advertisement