| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.filez.jta |
| Идентификатор | Идентификаторnulljta |
| Версия | Версия1.0.0 |
| Тип | Типjar |
| Описание |
ОписаниеNull 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.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jboss.spec.javax.transaction : jboss-transaction-api_1.1_spec | jar | 1.0.1.Final |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |