Categories |
CategoriesGeronimo Container Application Servers Security |
---|---|
GroupId | GroupIdgeronimo |
ArtifactId | ArtifactIdgeronimo-security |
Version | Version1.0-M3 |
Type | Typejar |
Filename | Size |
---|---|
geronimo-security-1.0-M3.pom | |
geronimo-security-1.0-M3.jar | 143 KB |
Browse |
<!-- https://jarcasting.com/artifacts/geronimo/geronimo-security/ -->
<dependency>
<groupId>geronimo</groupId>
<artifactId>geronimo-security</artifactId>
<version>1.0-M3</version>
</dependency>
// https://jarcasting.com/artifacts/geronimo/geronimo-security/
implementation 'geronimo:geronimo-security:1.0-M3'
// https://jarcasting.com/artifacts/geronimo/geronimo-security/
implementation ("geronimo:geronimo-security:1.0-M3")
'geronimo:geronimo-security:jar:1.0-M3'
<dependency org="geronimo" name="geronimo-security" rev="1.0-M3">
<artifact name="geronimo-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='geronimo', module='geronimo-security', version='1.0-M3')
)
libraryDependencies += "geronimo" % "geronimo-security" % "1.0-M3"
[geronimo/geronimo-security "1.0-M3"]