Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdorg.wso2.ei |
ArtifactId | ArtifactIdsecurity |
Version | Version1.2.0 |
Type | Typepom |
Filename | Size |
---|---|
security-1.2.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.ei/security/ -->
<dependency>
<groupId>org.wso2.ei</groupId>
<artifactId>security</artifactId>
<version>1.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.ei/security/
implementation 'org.wso2.ei:security:1.2.0'
// https://jarcasting.com/artifacts/org.wso2.ei/security/
implementation ("org.wso2.ei:security:1.2.0")
'org.wso2.ei:security:pom:1.2.0'
<dependency org="org.wso2.ei" name="security" rev="1.2.0">
<artifact name="security" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.ei', module='security', version='1.2.0')
)
libraryDependencies += "org.wso2.ei" % "security" % "1.2.0"
[org.wso2.ei/security "1.2.0"]