| Categories |
CategoriesSecurity |
|---|---|
| GroupId | GroupIdorg.ow2.joram |
| ArtifactId | ArtifactIdjoram-security |
| Version | Version5.9.1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| joram-security-5.9.1.pom | 948 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.joram/joram-security/ -->
<dependency>
<groupId>org.ow2.joram</groupId>
<artifactId>joram-security</artifactId>
<version>5.9.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.joram/joram-security/
implementation 'org.ow2.joram:joram-security:5.9.1'
// https://jarcasting.com/artifacts/org.ow2.joram/joram-security/
implementation ("org.ow2.joram:joram-security:5.9.1")
'org.ow2.joram:joram-security:pom:5.9.1'
<dependency org="org.ow2.joram" name="joram-security" rev="5.9.1">
<artifact name="joram-security" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ow2.joram', module='joram-security', version='5.9.1')
)
libraryDependencies += "org.ow2.joram" % "joram-security" % "5.9.1"
[org.ow2.joram/joram-security "5.9.1"]