MVN

pro.juxt.clojars-forks.edn-query-language : eql

Maven & Gradle

Jun 19, 2021
377 stars

eql · EDN Query Language support library

<dependency>
    <groupId>pro.juxt.clojars-forks.edn-query-language</groupId>
    <artifactId>eql</artifactId>
    <version>2021.02.28</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of pro.juxt.clojars-forks.edn-query-language : eql to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2021.02.28

All Versions

Choose a version of pro.juxt.clojars-forks.edn-query-language : eql to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2021.02.x
eql-2021.02.28

How to add a dependency to Maven

Add the following pro.juxt.clojars-forks.edn-query-language : eql maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>pro.juxt.clojars-forks.edn-query-language</groupId>
    <artifactId>eql</artifactId>
    <version>2021.02.28</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following pro.juxt.clojars-forks.edn-query-language : eql gradle dependency to your build.gradle file:

implementation 'pro.juxt.clojars-forks.edn-query-language:eql:2021.02.28'

Gradle Kotlin DSL: Add the following pro.juxt.clojars-forks.edn-query-language : eql gradle kotlin dependency to your build.gradle.kts file:

implementation("pro.juxt.clojars-forks.edn-query-language:eql:2021.02.28")

How to add a dependency to SBT Scala

SBT Scala: Add the following pro.juxt.clojars-forks.edn-query-language : eql sbt scala dependency to your build.sbt file:

libraryDependencies += "pro.juxt.clojars-forks.edn-query-language" % "eql" % "2021.02.28"