is not current version
Last Version 0.17

com.github.andrewoma.kwery:transactional 0.14

An SQL library for Kotlin

GroupId

GroupId

com.github.andrewoma.kwery
ArtifactId

ArtifactId

transactional
Version

Version

0.14
Type

Type

jar

Download transactional 0.14


<!-- https://jarcasting.com/artifacts/com.github.andrewoma.kwery/transactional/ -->
<dependency>
    <groupId>com.github.andrewoma.kwery</groupId>
    <artifactId>transactional</artifactId>
    <version>0.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.andrewoma.kwery/transactional/
implementation 'com.github.andrewoma.kwery:transactional:0.14'
// https://jarcasting.com/artifacts/com.github.andrewoma.kwery/transactional/
implementation ("com.github.andrewoma.kwery:transactional:0.14")
'com.github.andrewoma.kwery:transactional:jar:0.14'
<dependency org="com.github.andrewoma.kwery" name="transactional" rev="0.14">
  <artifact name="transactional" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.andrewoma.kwery', module='transactional', version='0.14')
)
libraryDependencies += "com.github.andrewoma.kwery" % "transactional" % "0.14"
[com.github.andrewoma.kwery/transactional "0.14"]