MVN

dk.nodes.nstack : nstack

Maven & Gradle

Jun 28, 2018
3 stars

NStack Library · nstack.io library for translations, update management and more.

<dependency>
    <groupId>dk.nodes.nstack</groupId>
    <artifactId>nstack</artifactId>
    <version>0.81</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.81

All Versions

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

Version Vulnerabilities Updated
0.81
nstack-0.81
0.80
nstack-0.80
0.79
nstack-0.79
0.78
nstack-0.78
0.77
nstack-0.77
0.76
nstack-0.76
0.75
nstack-0.75
0.74
nstack-0.74
0.72
nstack-0.72
0.71
nstack-0.71
0.70
nstack-0.70
0.69
nstack-0.69
0.68
nstack-0.68
0.67
nstack-0.67
0.66
nstack-0.66
0.65
nstack-0.65
0.64
nstack-0.64
0.62
nstack-0.62
0.61
nstack-0.61
0.60
nstack-0.60
0.59
nstack-0.59
0.58
nstack-0.58
0.56
nstack-0.56
0.55
nstack-0.55
0.53
nstack-0.53
0.52
nstack-0.52
0.51
nstack-0.51
0.31
nstack-0.31
0.25
nstack-0.25
0.24
nstack-0.24
0.23
nstack-0.23
0.22
nstack-0.22-deploytest
nstack-0.22
0.21
nstack-0.21
0.5
nstack-0.5
0.4
nstack-0.4
0.3
nstack-0.3
0.2
nstack-0.2
0.1
nstack-0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>dk.nodes.nstack</groupId>
    <artifactId>nstack</artifactId>
    <version>0.81</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'dk.nodes.nstack:nstack:0.81'

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

implementation("dk.nodes.nstack:nstack:0.81")

How to add a dependency to SBT Scala

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

libraryDependencies += "dk.nodes.nstack" % "nstack" % "0.81"

Advertisement