MVN

br.com.liveo : navigationdrawer-material

Maven & Gradle

Mar 12, 2016
1k stars

Navigation Drawer - Material Design · Navigation Drawer - Material Design

<dependency>
    <groupId>br.com.liveo</groupId>
    <artifactId>navigationdrawer-material</artifactId>
    <version>2.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of br.com.liveo : navigationdrawer-material to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.1

All Versions

Choose a version of br.com.liveo : navigationdrawer-material to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5.x
navigationdrawer-material-2.5.1
2.5
navigationdrawer-material-2.5
2.4.x
navigationdrawer-material-2.4.2
navigationdrawer-material-2.4.1
2.4
navigationdrawer-material-2.4
2.3.x
navigationdrawer-material-2.3.6
navigationdrawer-material-2.3.5
navigationdrawer-material-2.3.4
navigationdrawer-material-2.3.3
navigationdrawer-material-2.3.2
navigationdrawer-material-2.3.1
2.2.x
navigationdrawer-material-2.2.2
navigationdrawer-material-2.2.1
2.1.x
navigationdrawer-material-2.1.1
2.0.x
navigationdrawer-material-2.0.1
navigationdrawer-material-2.0.0
1.2.x
navigationdrawer-material-1.2.0
1.1.x
navigationdrawer-material-1.1.0
navigationdrawer-material-1.1.T
1.0.x
navigationdrawer-material-1.0.6
navigationdrawer-material-1.0.5
navigationdrawer-material-1.0.4
navigationdrawer-material-1.0.3
navigationdrawer-material-1.0.2
navigationdrawer-material-1.0.1
navigationdrawer-material-1.0.0
0.0.x
navigationdrawer-material-0.0.1

How to add a dependency to Maven

Add the following br.com.liveo : navigationdrawer-material maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>br.com.liveo</groupId>
    <artifactId>navigationdrawer-material</artifactId>
    <version>2.5.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following br.com.liveo : navigationdrawer-material gradle dependency to your build.gradle file:

implementation 'br.com.liveo:navigationdrawer-material:2.5.1'

Gradle Kotlin DSL: Add the following br.com.liveo : navigationdrawer-material gradle kotlin dependency to your build.gradle.kts file:

implementation("br.com.liveo:navigationdrawer-material:2.5.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following br.com.liveo : navigationdrawer-material sbt scala dependency to your build.sbt file:

libraryDependencies += "br.com.liveo" % "navigationdrawer-material" % "2.5.1"

Advertisement