Categories |
CategoriesAtomikos Application Layer Libs Distributed Transactions |
---|---|
GroupId | GroupIdcom.atomikos |
ArtifactId | ArtifactIdate |
Version | Version3.9.1 |
Type | Typepom |
Filename | Size |
---|---|
ate-3.9.1.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.atomikos/ate/ -->
<dependency>
<groupId>com.atomikos</groupId>
<artifactId>ate</artifactId>
<version>3.9.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.atomikos/ate/
implementation 'com.atomikos:ate:3.9.1'
// https://jarcasting.com/artifacts/com.atomikos/ate/
implementation ("com.atomikos:ate:3.9.1")
'com.atomikos:ate:pom:3.9.1'
<dependency org="com.atomikos" name="ate" rev="3.9.1">
<artifact name="ate" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.atomikos', module='ate', version='3.9.1')
)
libraryDependencies += "com.atomikos" % "ate" % "3.9.1"
[com.atomikos/ate "3.9.1"]