Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdcom.moengage |
ArtifactId | ArtifactIdsecurity |
Version | Version0.0.01 |
Type | Typeaar |
Filename | Size |
---|---|
security-0.0.01.pom | |
security-0.0.01-sources.jar | 5 KB |
security-0.0.01-javadoc.jar | 193 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.moengage/security/ -->
<dependency>
<groupId>com.moengage</groupId>
<artifactId>security</artifactId>
<version>0.0.01</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.moengage/security/
implementation 'com.moengage:security:0.0.01'
// https://jarcasting.com/artifacts/com.moengage/security/
implementation ("com.moengage:security:0.0.01")
'com.moengage:security:aar:0.0.01'
<dependency org="com.moengage" name="security" rev="0.0.01">
<artifact name="security" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.moengage', module='security', version='0.0.01')
)
libraryDependencies += "com.moengage" % "security" % "0.0.01"
[com.moengage/security "0.0.01"]