| Categories |
CategoriesGeronimo Container Application Servers |
|---|---|
| GroupId | GroupIdorg.apache.geronimo.plugins |
| ArtifactId | ArtifactIdgeronimo-ca-helper |
| Version | Version2.1.8 |
| Type | Typewar |
| Filename | Size |
|---|---|
| geronimo-ca-helper-2.1.8.pom | |
| geronimo-ca-helper-2.1.8.war | 76 KB |
| geronimo-ca-helper-2.1.8-sources.jar | 54 KB |
| geronimo-ca-helper-2.1.8-javadoc.jar | 120 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.geronimo.plugins/geronimo-ca-helper/ -->
<dependency>
<groupId>org.apache.geronimo.plugins</groupId>
<artifactId>geronimo-ca-helper</artifactId>
<version>2.1.8</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geronimo.plugins/geronimo-ca-helper/
implementation 'org.apache.geronimo.plugins:geronimo-ca-helper:2.1.8'
// https://jarcasting.com/artifacts/org.apache.geronimo.plugins/geronimo-ca-helper/
implementation ("org.apache.geronimo.plugins:geronimo-ca-helper:2.1.8")
'org.apache.geronimo.plugins:geronimo-ca-helper:war:2.1.8'
<dependency org="org.apache.geronimo.plugins" name="geronimo-ca-helper" rev="2.1.8">
<artifact name="geronimo-ca-helper" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo.plugins', module='geronimo-ca-helper', version='2.1.8')
)
libraryDependencies += "org.apache.geronimo.plugins" % "geronimo-ca-helper" % "2.1.8"
[org.apache.geronimo.plugins/geronimo-ca-helper "2.1.8"]