MVN

com.lithium : dev-ldn-starql

Maven & Gradle

Aug 08, 2019

dev-ldn-starql · Generic version of LiQL

<dependency>
    <groupId>com.lithium</groupId>
    <artifactId>dev-ldn-starql</artifactId>
    <version>2.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.lithium : dev-ldn-starql to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.13

All Versions

Choose a version of com.lithium : dev-ldn-starql to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.13
dev-ldn-starql-2.13
2.12
dev-ldn-starql-2.12
2.11
dev-ldn-starql-2.11
2.10
dev-ldn-starql-2.10
2.8
dev-ldn-starql-2.8
2.7
dev-ldn-starql-2.7
2.6
dev-ldn-starql-2.6
2.5
dev-ldn-starql-2.5
2.4
dev-ldn-starql-2.4
2.3
dev-ldn-starql-2.3
2.2
dev-ldn-starql-2.2
2.1
dev-ldn-starql-2.1
2.0
dev-ldn-starql-2.0
1.8
dev-ldn-starql-1.8
1.7
dev-ldn-starql-1.7
1.6
dev-ldn-starql-1.6
1.5
dev-ldn-starql-1.5
1.4
dev-ldn-starql-1.4
1.3
dev-ldn-starql-1.3
1.1
dev-ldn-starql-1.1
1.0
dev-ldn-starql-1.0

How to add a dependency to Maven

Add the following com.lithium : dev-ldn-starql maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.lithium</groupId>
    <artifactId>dev-ldn-starql</artifactId>
    <version>2.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.lithium : dev-ldn-starql gradle dependency to your build.gradle file:

implementation 'com.lithium:dev-ldn-starql:2.13'

Gradle Kotlin DSL: Add the following com.lithium : dev-ldn-starql gradle kotlin dependency to your build.gradle.kts file:

implementation("com.lithium:dev-ldn-starql:2.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.lithium : dev-ldn-starql sbt scala dependency to your build.sbt file:

libraryDependencies += "com.lithium" % "dev-ldn-starql" % "2.13"