| License |
License |
|---|---|
| GroupId | GroupIdcom.filez.jta |
| ArtifactId | ArtifactIdnulljta |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionNull JTA provider
This project is JTA provider which is doing nothing except checking function
arguments and calling registered callbacks. Its purpose is to satisfy
dependencies of applications which do not really needs JTA.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| nulljta-1.0.0.pom | |
| nulljta-1.0.0.jar | 7 KB |
| nulljta-1.0.0-sources.jar | 4 KB |
| nulljta-1.0.0-javadoc.jar | 47 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.filez.jta/nulljta/ -->
<dependency>
<groupId>com.filez.jta</groupId>
<artifactId>nulljta</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.filez.jta/nulljta/
implementation 'com.filez.jta:nulljta:1.0.0'
// https://jarcasting.com/artifacts/com.filez.jta/nulljta/
implementation ("com.filez.jta:nulljta:1.0.0")
'com.filez.jta:nulljta:jar:1.0.0'
<dependency org="com.filez.jta" name="nulljta" rev="1.0.0">
<artifact name="nulljta" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.filez.jta', module='nulljta', version='1.0.0')
)
libraryDependencies += "com.filez.jta" % "nulljta" % "1.0.0"
[com.filez.jta/nulljta "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.jboss.spec.javax.transaction : jboss-transaction-api_1.1_spec | jar | 1.0.1.Final |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-simple | jar | 1.7.2 |
| junit : junit | jar | 4.11 |
| org.mockito : mockito-core | jar | 1.9.5 |
| com.carrotsearch.randomizedtesting : randomizedtesting-runner | jar | 2.0.8 |