Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdorg.openl.rules |
ArtifactId | ArtifactIdorg.openl.security |
Version | Version5.23.8 |
Type | Typejar |
Filename | Size |
---|---|
org.openl.security-5.23.8.pom | |
org.openl.security-5.23.8.jar | 10 KB |
org.openl.security-5.23.8-sources.jar | 7 KB |
org.openl.security-5.23.8-javadoc.jar | 66 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openl.rules/org.openl.security/ -->
<dependency>
<groupId>org.openl.rules</groupId>
<artifactId>org.openl.security</artifactId>
<version>5.23.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.openl.rules/org.openl.security/
implementation 'org.openl.rules:org.openl.security:5.23.8'
// https://jarcasting.com/artifacts/org.openl.rules/org.openl.security/
implementation ("org.openl.rules:org.openl.security:5.23.8")
'org.openl.rules:org.openl.security:jar:5.23.8'
<dependency org="org.openl.rules" name="org.openl.security" rev="5.23.8">
<artifact name="org.openl.security" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openl.rules', module='org.openl.security', version='5.23.8')
)
libraryDependencies += "org.openl.rules" % "org.openl.security" % "5.23.8"
[org.openl.rules/org.openl.security "5.23.8"]