| License |
License |
|---|---|
| GroupId | GroupIdcom.github.dgrandemange |
| ArtifactId | ArtifactIdtxnmgr |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
Descriptiontxnmgr
Simple transaction management framework
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| txnmgr-1.0.0.pom | |
| txnmgr-1.0.0.jar | 20 KB |
| txnmgr-1.0.0-sources.jar | 13 KB |
| txnmgr-1.0.0-javadoc.jar | 150 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.dgrandemange/txnmgr/ -->
<dependency>
<groupId>com.github.dgrandemange</groupId>
<artifactId>txnmgr</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dgrandemange/txnmgr/
implementation 'com.github.dgrandemange:txnmgr:1.0.0'
// https://jarcasting.com/artifacts/com.github.dgrandemange/txnmgr/
implementation ("com.github.dgrandemange:txnmgr:1.0.0")
'com.github.dgrandemange:txnmgr:jar:1.0.0'
<dependency org="com.github.dgrandemange" name="txnmgr" rev="1.0.0">
<artifact name="txnmgr" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dgrandemange', module='txnmgr', version='1.0.0')
)
libraryDependencies += "com.github.dgrandemange" % "txnmgr" % "1.0.0"
[com.github.dgrandemange/txnmgr "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.6.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.mockito : mockito-all | jar | 1.9.5 |
| junit : junit | jar | 4.11 |
| org.easytesting : fest-assert | jar | 1.4 |
| org.easytesting : fest-reflect | jar | 1.4 |