License |
License |
---|---|
GroupId | GroupIdcom.github.pavlospt |
ArtifactId | ArtifactIdactivitypassprotection |
Version | Version1.0 |
Type | Typeaar |
Description |
DescriptionActivityPassProtection Library
A library that password protects Activities
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
activitypassprotection-1.0.pom | |
activitypassprotection-1.0.aar | 10 KB |
activitypassprotection-1.0-sources.jar | 261 bytes |
activitypassprotection-1.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.pavlospt/activitypassprotection/ -->
<dependency>
<groupId>com.github.pavlospt</groupId>
<artifactId>activitypassprotection</artifactId>
<version>1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.pavlospt/activitypassprotection/
implementation 'com.github.pavlospt:activitypassprotection:1.0'
// https://jarcasting.com/artifacts/com.github.pavlospt/activitypassprotection/
implementation ("com.github.pavlospt:activitypassprotection:1.0")
'com.github.pavlospt:activitypassprotection:aar:1.0'
<dependency org="com.github.pavlospt" name="activitypassprotection" rev="1.0">
<artifact name="activitypassprotection" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.pavlospt', module='activitypassprotection', version='1.0')
)
libraryDependencies += "com.github.pavlospt" % "activitypassprotection" % "1.0"
[com.github.pavlospt/activitypassprotection "1.0"]