MVN

org.luxdb : lux

Maven & Gradle

Mar 15, 2014
36 stars

Lux library · Lux XML search engine

<dependency>
    <groupId>org.luxdb</groupId>
    <artifactId>lux</artifactId>
    <version>1.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.luxdb : lux to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of org.luxdb : lux to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
lux-1.1.0
1.0.x
lux-1.0.1
lux-1.0.0
0.11.x
lux-0.11.3
lux-0.11.2
lux-0.11.1
lux-0.11.0
0.10.x
lux-0.10.6
lux-0.10.5
lux-0.10.3
lux-0.10.2
lux-0.10.0
0.9.x
lux-0.9.2
lux-0.9.1
lux-0.9.0

How to add a dependency to Maven

Add the following org.luxdb : lux maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.luxdb</groupId>
    <artifactId>lux</artifactId>
    <version>1.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.luxdb : lux gradle dependency to your build.gradle file:

implementation 'org.luxdb:lux:1.1.0'

Gradle Kotlin DSL: Add the following org.luxdb : lux gradle kotlin dependency to your build.gradle.kts file:

implementation("org.luxdb:lux:1.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.luxdb : lux sbt scala dependency to your build.sbt file:

libraryDependencies += "org.luxdb" % "lux" % "1.1.0"

Advertisement