MVN

org.nokatag : noka

Maven & Gradle

Jul 13, 2018
1 usages

noka · noka tag

<dependency>
    <groupId>org.nokatag</groupId>
    <artifactId>noka</artifactId>
    <version>6.0.28</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.nokatag : noka to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.0.28

All Versions

Choose a version of org.nokatag : noka to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.0.x
noka-6.0.28
noka-6.0.27
noka-6.0.26
noka-6.0.25
noka-6.0.22
noka-6.0.21
noka-6.0.20
noka-6.0.19

How to add a dependency to Maven

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

<dependency>
    <groupId>org.nokatag</groupId>
    <artifactId>noka</artifactId>
    <version>6.0.28</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.nokatag : noka gradle dependency to your build.gradle file:

implementation 'org.nokatag:noka:6.0.28'

Gradle Kotlin DSL: Add the following org.nokatag : noka gradle kotlin dependency to your build.gradle.kts file:

implementation("org.nokatag:noka:6.0.28")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.nokatag : noka sbt scala dependency to your build.sbt file:

libraryDependencies += "org.nokatag" % "noka" % "6.0.28"

Advertisement