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