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