| Categories |
CategoriesGeronimo Container Application Servers |
|---|---|
| GroupId | GroupIdorg.apache.geronimo.plugins |
| ArtifactId | ArtifactIdgeronimo-ca-helper |
| Version | Version2.1.1 |
| Type | Typewar |
| Filename | Size |
|---|---|
| geronimo-ca-helper-2.1.1.pom | |
| geronimo-ca-helper-2.1.1.war | 56 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.1</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.1'
// https://jarcasting.com/artifacts/org.apache.geronimo.plugins/geronimo-ca-helper/
implementation ("org.apache.geronimo.plugins:geronimo-ca-helper:2.1.1")
'org.apache.geronimo.plugins:geronimo-ca-helper:war:2.1.1'
<dependency org="org.apache.geronimo.plugins" name="geronimo-ca-helper" rev="2.1.1">
<artifact name="geronimo-ca-helper" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo.plugins', module='geronimo-ca-helper', version='2.1.1')
)
libraryDependencies += "org.apache.geronimo.plugins" % "geronimo-ca-helper" % "2.1.1"
[org.apache.geronimo.plugins/geronimo-ca-helper "2.1.1"]