MVN

edu.vanderbilt.isis : lauilib

Maven & Gradle

Aug 23, 2012
9 stars

lauilib · A library to allow Android applications to be used by LAUI (Logback Android UI). Applications will need this library so that LAUI can read and edit their Logback loggers.

<dependency>
    <groupId>edu.vanderbilt.isis</groupId>
    <artifactId>lauilib</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of edu.vanderbilt.isis : lauilib to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of edu.vanderbilt.isis : lauilib to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
lauilib-1.0.1

How to add a dependency to Maven

Add the following edu.vanderbilt.isis : lauilib maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>edu.vanderbilt.isis</groupId>
    <artifactId>lauilib</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following edu.vanderbilt.isis : lauilib gradle dependency to your build.gradle file:

implementation 'edu.vanderbilt.isis:lauilib:1.0.1'

Gradle Kotlin DSL: Add the following edu.vanderbilt.isis : lauilib gradle kotlin dependency to your build.gradle.kts file:

implementation("edu.vanderbilt.isis:lauilib:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following edu.vanderbilt.isis : lauilib sbt scala dependency to your build.sbt file:

libraryDependencies += "edu.vanderbilt.isis" % "lauilib" % "1.0.1"