MVN

no.nordicsemi.android.common : theme

Maven & Gradle

Aug 06, 2023
3 usages
14 stars

Nordic theme library for Android · Nordic Android Common Libraries

<dependency>
    <groupId>no.nordicsemi.android.common</groupId>
    <artifactId>theme</artifactId>
    <version>1.8.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of no.nordicsemi.android.common : theme to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.1

All Versions

Choose a version of no.nordicsemi.android.common : theme to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
theme-1.8.1
theme-1.8.0
1.7.x
theme-1.7.2
theme-1.7.1
theme-1.7.0
1.6.x
theme-1.6.4
theme-1.6.3
theme-1.6.2
theme-1.6.1
theme-1.6.0
1.5.x
theme-1.5.4
theme-1.5.3
theme-1.5.2
theme-1.5.1
theme-1.5.0
1.4.x
theme-1.4.3
theme-1.4.2
theme-1.4.1
theme-1.4.0
1.3.x
theme-1.3.9
theme-1.3.8
theme-1.3.7
theme-1.3.3
theme-1.3.2
theme-1.3.1
theme-1.3.0
1.2.x
theme-1.2.3
theme-1.2.2
theme-1.2.1
theme-1.2.0
1.1.x
theme-1.1.1
theme-1.1.0
1.0.x
theme-1.0.27
theme-1.0.26
theme-1.0.25
theme-1.0.24
theme-1.0.23
theme-1.0.22
theme-1.0.21
theme-1.0.20
theme-1.0.19
theme-1.0.17
theme-1.0.16
theme-1.0.15
theme-1.0.14
theme-1.0.13
theme-1.0.12
theme-1.0.11
theme-1.0.10
theme-1.0.9
theme-1.0.8
theme-1.0.7
theme-1.0.6
theme-1.0.5
theme-1.0.4
theme-1.0.3
theme-1.0.2
theme-1.0.1
theme-1.0.0

How to add a dependency to Maven

Add the following no.nordicsemi.android.common : theme maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>no.nordicsemi.android.common</groupId>
    <artifactId>theme</artifactId>
    <version>1.8.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following no.nordicsemi.android.common : theme gradle dependency to your build.gradle file:

implementation 'no.nordicsemi.android.common:theme:1.8.1'

Gradle Kotlin DSL: Add the following no.nordicsemi.android.common : theme gradle kotlin dependency to your build.gradle.kts file:

implementation("no.nordicsemi.android.common:theme:1.8.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following no.nordicsemi.android.common : theme sbt scala dependency to your build.sbt file:

libraryDependencies += "no.nordicsemi.android.common" % "theme" % "1.8.1"

Advertisement