<dependency> <groupId>com.atomikos</groupId> <artifactId>atomikos-parent</artifactId> <version>4.0.0M5</version> <type>pom</type> </dependency>
implementation 'com.atomikos:atomikos-parent:4.0.0M5'
implementation("com.atomikos:atomikos-parent:4.0.0M5")
libraryDependencies += "com.atomikos" % "atomikos-parent" % "4.0.0M5"
@Grapes( @Grab(group='com.atomikos', module='atomikos-parent', version='4.0.0M5') )
<dependency org="com.atomikos" name="atomikos-parent" rev="4.0.0M5" />
[com.atomikos/atomikos-parent "4.0.0M5"]
'com.atomikos:atomikos-parent:jar:4.0.0M5'
test
|-- org.mockito:mockito-all:1.9.0
|-- junit:junit:4.10