Files download
File Operation
komapper-tx-context-jdbc-1.17.1.jar download
komapper-tx-context-jdbc-1.17.1.pom download
komapper-tx-context-jdbc-1.17.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.komapper</groupId>
  <artifactId>komapper-tx-context-jdbc</artifactId>
  <version>1.17.1</version>
</dependency>
Gradle Groovy
implementation 'org.komapper:komapper-tx-context-jdbc:1.17.1'
Gradle Kotlin
implementation("org.komapper:komapper-tx-context-jdbc:1.17.1")
Scala SBT
libraryDependencies += "org.komapper" % "komapper-tx-context-jdbc" % "1.17.1"
Groovy Grape
@Grapes(
  @Grab(group='org.komapper', module='komapper-tx-context-jdbc', version='1.17.1')
)
Apache Ivy
<dependency org="org.komapper" name="komapper-tx-context-jdbc" rev="1.17.1" />
Leiningen
[org.komapper/komapper-tx-context-jdbc "1.17.1"]
Apache Buildr
'org.komapper:komapper-tx-context-jdbc:jar:1.17.1'