MVN

com.github.andrewoma.kwery : transactional-jersey

Maven & Gradle

Aug 05, 2017
203 stars

kwery · An SQL library for Kotlin

<dependency>
    <groupId>com.github.andrewoma.kwery</groupId>
    <artifactId>transactional-jersey</artifactId>
    <version>0.17</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.andrewoma.kwery : transactional-jersey to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.17

All Versions

Choose a version of com.github.andrewoma.kwery : transactional-jersey to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.17
transactional-jersey-0.17
0.16
transactional-jersey-0.16
0.15
transactional-jersey-0.15
0.14
transactional-jersey-0.14
0.13
transactional-jersey-0.13
0.12
transactional-jersey-0.12
0.11
transactional-jersey-0.11
0.10
transactional-jersey-0.10
0.9
transactional-jersey-0.9
0.8
transactional-jersey-0.8
0.7
transactional-jersey-0.7
0.6
transactional-jersey-0.6
0.5
transactional-jersey-0.5
0.4
transactional-jersey-0.4
0.3
transactional-jersey-0.3
0.2
transactional-jersey-0.2

How to add a dependency to Maven

Add the following com.github.andrewoma.kwery : transactional-jersey maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.andrewoma.kwery</groupId>
    <artifactId>transactional-jersey</artifactId>
    <version>0.17</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.andrewoma.kwery : transactional-jersey gradle dependency to your build.gradle file:

implementation 'com.github.andrewoma.kwery:transactional-jersey:0.17'

Gradle Kotlin DSL: Add the following com.github.andrewoma.kwery : transactional-jersey gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.andrewoma.kwery:transactional-jersey:0.17")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.andrewoma.kwery : transactional-jersey sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.andrewoma.kwery" % "transactional-jersey" % "0.17"

Advertisement