MVN

io.github.wuare : demo-highlight

Maven & Gradle

Mar 17, 2022
5 stars

demo-highlight · highlight

<dependency>
    <groupId>io.github.wuare</groupId>
    <artifactId>demo-highlight</artifactId>
    <version>0.1.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.wuare : demo-highlight to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.5

All Versions

Choose a version of io.github.wuare : demo-highlight to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
demo-highlight-0.1.5
demo-highlight-0.1.4
demo-highlight-0.1.3
demo-highlight-0.1.2
demo-highlight-0.1.1
demo-highlight-0.1.0
0.0.x
demo-highlight-0.0.9
demo-highlight-0.0.8
demo-highlight-0.0.7
demo-highlight-0.0.6
demo-highlight-0.0.5
demo-highlight-0.0.4
demo-highlight-0.0.3
demo-highlight-0.0.2
demo-highlight-0.0.1

How to add a dependency to Maven

Add the following io.github.wuare : demo-highlight maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.wuare</groupId>
    <artifactId>demo-highlight</artifactId>
    <version>0.1.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.wuare : demo-highlight gradle dependency to your build.gradle file:

implementation 'io.github.wuare:demo-highlight:0.1.5'

Gradle Kotlin DSL: Add the following io.github.wuare : demo-highlight gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.wuare:demo-highlight:0.1.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.wuare : demo-highlight sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.wuare" % "demo-highlight" % "0.1.5"