MVN

dk.nodes.nstack : translation

Maven & Gradle

Nov 11, 2021
13 stars

NStack Gradle Plugin · Gradle extensions for NStack.io translations

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

Latest Version

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

  • Latest Stable: 3.2.9
  • Latest Beta: 3.2.1-beta5

All Versions

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

Version Vulnerabilities Updated
3.2.x
translation-3.2.9
translation-3.2.8
translation-3.2.7
translation-3.2.6
translation-3.2.5
translation-3.2.4
translation-3.2.2
translation-3.2.1
translation-3.2.1-beta5
translation-3.2.1-beta4
translation-3.2.1-beta3
translation-3.2.1-beta2
3.1.x
translation-3.1.0
3.0.x
translation-3.0.3
translation-3.0.2.1
translation-3.0.2
translation-3.0.1
translation-3.0.0
2.3.x
translation-2.3.0
2.2.x
translation-2.2.0
1.0.x
translation-1.0.5
translation-1.0.4
translation-1.0.3
translation-1.0.2
translation-1.0.1
translation-1.0.0
0.35
translation-0.35
0.5
translation-0.5
0.3
translation-0.3
0.2
translation-0.2
0.1
translation-0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>dk.nodes.nstack</groupId>
    <artifactId>translation</artifactId>
    <version>3.2.9</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'dk.nodes.nstack:translation:3.2.9'

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

implementation("dk.nodes.nstack:translation:3.2.9")

How to add a dependency to SBT Scala

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

libraryDependencies += "dk.nodes.nstack" % "translation" % "3.2.9"

Advertisement