| License |
License |
|---|---|
| GroupId | GroupIdcom.github.jtxer |
| ArtifactId | ArtifactIdjtxer |
| Last Version | Last Version0.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjtxer
Simple Java Transaction Manager
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| jtxer-0.0.1.pom | |
| jtxer-0.0.1.jar | 30 KB |
| jtxer-0.0.1-sources.jar | 25 KB |
| jtxer-0.0.1-javadoc.jar | 181 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.jtxer/jtxer/ -->
<dependency>
<groupId>com.github.jtxer</groupId>
<artifactId>jtxer</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jtxer/jtxer/
implementation 'com.github.jtxer:jtxer:0.0.1'
// https://jarcasting.com/artifacts/com.github.jtxer/jtxer/
implementation ("com.github.jtxer:jtxer:0.0.1")
'com.github.jtxer:jtxer:jar:0.0.1'
<dependency org="com.github.jtxer" name="jtxer" rev="0.0.1">
<artifact name="jtxer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jtxer', module='jtxer', version='0.0.1')
)
libraryDependencies += "com.github.jtxer" % "jtxer" % "0.0.1"
[com.github.jtxer/jtxer "0.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| cglib : cglib-nodep | jar | 2.2 |
| mysql : mysql-connector-java | jar | 5.0.5 |
| commons-dbcp : commons-dbcp | jar | 1.3 |