Categories |
CategoriesGeronimo Container Application Servers |
---|---|
GroupId | GroupIdorg.apache.geronimo.modules |
ArtifactId | ArtifactIdgeronimo-axis2-ejb |
Version | Version2.1.1 |
Type | Typejar |
Filename | Size |
---|---|
geronimo-axis2-ejb-2.1.1.pom | |
geronimo-axis2-ejb-2.1.1.jar | 16 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.geronimo.modules/geronimo-axis2-ejb/ -->
<dependency>
<groupId>org.apache.geronimo.modules</groupId>
<artifactId>geronimo-axis2-ejb</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geronimo.modules/geronimo-axis2-ejb/
implementation 'org.apache.geronimo.modules:geronimo-axis2-ejb:2.1.1'
// https://jarcasting.com/artifacts/org.apache.geronimo.modules/geronimo-axis2-ejb/
implementation ("org.apache.geronimo.modules:geronimo-axis2-ejb:2.1.1")
'org.apache.geronimo.modules:geronimo-axis2-ejb:jar:2.1.1'
<dependency org="org.apache.geronimo.modules" name="geronimo-axis2-ejb" rev="2.1.1">
<artifact name="geronimo-axis2-ejb" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo.modules', module='geronimo-axis2-ejb', version='2.1.1')
)
libraryDependencies += "org.apache.geronimo.modules" % "geronimo-axis2-ejb" % "2.1.1"
[org.apache.geronimo.modules/geronimo-axis2-ejb "2.1.1"]