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