Categories |
CategoriesGeronimo Container Application Servers Data |
---|---|
GroupId | GroupIdorg.apache.geronimo.samples |
ArtifactId | ArtifactIdDataCDInfo-JTA-ear |
Version | Version2.1.7 |
Type | Typeear |
Filename | Size |
---|---|
DataCDInfo-JTA-ear-2.1.7.pom | |
DataCDInfo-JTA-ear-2.1.7.ear | 2 MB |
DataCDInfo-JTA-ear-2.1.7-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.1.7</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.1.7'
// https://jarcasting.com/artifacts/org.apache.geronimo.samples/DataCDInfo-JTA-ear/
implementation ("org.apache.geronimo.samples:DataCDInfo-JTA-ear:2.1.7")
'org.apache.geronimo.samples:DataCDInfo-JTA-ear:ear:2.1.7'
<dependency org="org.apache.geronimo.samples" name="DataCDInfo-JTA-ear" rev="2.1.7">
<artifact name="DataCDInfo-JTA-ear" type="ear" />
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo.samples', module='DataCDInfo-JTA-ear', version='2.1.7')
)
libraryDependencies += "org.apache.geronimo.samples" % "DataCDInfo-JTA-ear" % "2.1.7"
[org.apache.geronimo.samples/DataCDInfo-JTA-ear "2.1.7"]