MVN

com.jeppeman : highlite

Maven & Gradle

Sep 21, 2018
78 stars

HighLite · HighLite for Android with automatic table creation and updates.

<dependency>
    <groupId>com.jeppeman</groupId>
    <artifactId>highlite</artifactId>
    <version>1.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jeppeman : highlite to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.3
  • Latest Beta: 1.0-beta14

All Versions

Choose a version of com.jeppeman : highlite to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
highlite-1.1.3
highlite-1.1.2
highlite-1.1.1
1.1
highlite-1.1
1.0
highlite-1.0
highlite-1.0-beta14
highlite-1.0-beta13
highlite-1.0-beta12
highlite-1.0-beta11
highlite-1.0-beta10
highlite-1.0-beta9
highlite-1.0-beta8
highlite-1.0-beta7
highlite-1.0-beta6
highlite-1.0-beta5
highlite-1.0-beta4
highlite-1.0-beta3
highlite-1.0-beta2
highlite-1.0-beta1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.jeppeman</groupId>
    <artifactId>highlite</artifactId>
    <version>1.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jeppeman : highlite gradle dependency to your build.gradle file:

implementation 'com.jeppeman:highlite:1.1.3'

Gradle Kotlin DSL: Add the following com.jeppeman : highlite gradle kotlin dependency to your build.gradle.kts file:

implementation("com.jeppeman:highlite:1.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jeppeman : highlite sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jeppeman" % "highlite" % "1.1.3"