Categories |
CategoriesGeronimo Container Application Servers Data |
---|---|
GroupId | GroupIdorg.apache.geronimo.samples |
ArtifactId | ArtifactIdDataCDInfo-JTA-ear |
Version | Version2.2 |
Type | Typeear |
Filename | Size |
---|---|
DataCDInfo-JTA-ear-2.2.pom | |
DataCDInfo-JTA-ear-2.2.ear | 6 MB |
DataCDInfo-JTA-ear-2.2-sources.jar | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.geronimo.samples/DataCDInfo-JTA-ear/ -->
<dependency>
<groupId>org.apache.geronimo.samples</groupId>
<artifactId>DataCDInfo-JTA-ear</artifactId>
<version>2.2</version>
<type>ear</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geronimo.samples/DataCDInfo-JTA-ear/
implementation 'org.apache.geronimo.samples:DataCDInfo-JTA-ear:2.2'
// https://jarcasting.com/artifacts/org.apache.geronimo.samples/DataCDInfo-JTA-ear/
implementation ("org.apache.geronimo.samples:DataCDInfo-JTA-ear:2.2")
'org.apache.geronimo.samples:DataCDInfo-JTA-ear:ear:2.2'
<dependency org="org.apache.geronimo.samples" name="DataCDInfo-JTA-ear" rev="2.2">
<artifact name="DataCDInfo-JTA-ear" type="ear" />
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo.samples', module='DataCDInfo-JTA-ear', version='2.2')
)
libraryDependencies += "org.apache.geronimo.samples" % "DataCDInfo-JTA-ear" % "2.2"
[org.apache.geronimo.samples/DataCDInfo-JTA-ear "2.2"]