<dependency>
<groupId>org.everit.osgi.bundles</groupId>
<artifactId>org.everit.osgi.bundles.org.apache.commons.transaction</artifactId>
<version>2.0.0-20150617</version>
</dependency>
implementation 'org.everit.osgi.bundles:org.everit.osgi.bundles.org.apache.commons.transaction:2.0.0-20150617'
implementation("org.everit.osgi.bundles:org.everit.osgi.bundles.org.apache.commons.transaction:2.0.0-20150617")
libraryDependencies += "org.everit.osgi.bundles" % "org.everit.osgi.bundles.org.apache.commons.transaction" % "2.0.0-20150617"
@Grapes(
@Grab(group='org.everit.osgi.bundles', module='org.everit.osgi.bundles.org.apache.commons.transaction', version='2.0.0-20150617')
)
<dependency org="org.everit.osgi.bundles" name="org.everit.osgi.bundles.org.apache.commons.transaction" rev="2.0.0-20150617" />
[org.everit.osgi.bundles/org.everit.osgi.bundles.org.apache.commons.transaction "2.0.0-20150617"]