MVN

com.noke.nokemobilelibrary : noke-mobile-library

Maven & Gradle

Aug 26, 2022
7 stars

noke-mobile-library · Nokē Mobile Library for Android

<dependency>
    <groupId>com.noke.nokemobilelibrary</groupId>
    <artifactId>noke-mobile-library</artifactId>
    <version>0.10.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.noke.nokemobilelibrary : noke-mobile-library to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.10.1

All Versions

Choose a version of com.noke.nokemobilelibrary : noke-mobile-library to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.10.x
noke-mobile-library-0.10.1
noke-mobile-library-0.10.0
0.9.x
noke-mobile-library-0.9.1
noke-mobile-library-0.9.0
0.8.x
noke-mobile-library-0.8.4
noke-mobile-library-0.8.3

How to add a dependency to Maven

Add the following com.noke.nokemobilelibrary : noke-mobile-library maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.noke.nokemobilelibrary</groupId>
    <artifactId>noke-mobile-library</artifactId>
    <version>0.10.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.noke.nokemobilelibrary : noke-mobile-library gradle dependency to your build.gradle file:

implementation 'com.noke.nokemobilelibrary:noke-mobile-library:0.10.1'

Gradle Kotlin DSL: Add the following com.noke.nokemobilelibrary : noke-mobile-library gradle kotlin dependency to your build.gradle.kts file:

implementation("com.noke.nokemobilelibrary:noke-mobile-library:0.10.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.noke.nokemobilelibrary : noke-mobile-library sbt scala dependency to your build.sbt file:

libraryDependencies += "com.noke.nokemobilelibrary" % "noke-mobile-library" % "0.10.1"

Advertisement