Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdorg.seerc.paasword |
ArtifactId | ArtifactIdsecurity-policy-engine |
Version | Version1.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.seerc.paasword/security-policy-engine/ -->
<dependency>
<groupId>org.seerc.paasword</groupId>
<artifactId>security-policy-engine</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.seerc.paasword/security-policy-engine/
implementation 'org.seerc.paasword:security-policy-engine:1.0.3'
// https://jarcasting.com/artifacts/org.seerc.paasword/security-policy-engine/
implementation ("org.seerc.paasword:security-policy-engine:1.0.3")
'org.seerc.paasword:security-policy-engine:jar:1.0.3'
<dependency org="org.seerc.paasword" name="security-policy-engine" rev="1.0.3">
<artifact name="security-policy-engine" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.seerc.paasword', module='security-policy-engine', version='1.0.3')
)
libraryDependencies += "org.seerc.paasword" % "security-policy-engine" % "1.0.3"
[org.seerc.paasword/security-policy-engine "1.0.3"]