MVN

com.github.pedrovgs : nox

Maven & Gradle

May 07, 2015
277 stars

Nox · Android library created to show a custom view with some intems inside following a shape selected by the library client.

<dependency>
    <groupId>com.github.pedrovgs</groupId>
    <artifactId>nox</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.pedrovgs : nox to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of com.github.pedrovgs : nox to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
nox-1.0

How to add a dependency to Maven

Add the following com.github.pedrovgs : nox maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.pedrovgs</groupId>
    <artifactId>nox</artifactId>
    <version>1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.pedrovgs : nox gradle dependency to your build.gradle file:

implementation 'com.github.pedrovgs:nox:1.0'

Gradle Kotlin DSL: Add the following com.github.pedrovgs : nox gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.pedrovgs:nox:1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.pedrovgs : nox sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.pedrovgs" % "nox" % "1.0"

Advertisement

Dependencies from Group

Jun 13, 2021
7 usages
1.2k stars
Jul 26, 2017
3 usages
741 stars
Nov 30, 2015
3 usages
2.9k stars
Jun 03, 2017
1 usages
74 stars
nox
May 07, 2015
277 stars

Discover Dependencies