License |
License |
---|---|
GroupId | GroupIdcom.github.megatronking.stringfog |
ArtifactId | ArtifactIdxor |
Last Version | Last Version3.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionxor
A String encryption Library for Android
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
xor-3.0.0.pom | |
xor-3.0.0.jar | 2 KB |
xor-3.0.0-sources.jar | 1 KB |
xor-3.0.0-javadoc.jar | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.megatronking.stringfog/xor/ -->
<dependency>
<groupId>com.github.megatronking.stringfog</groupId>
<artifactId>xor</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.megatronking.stringfog/xor/
implementation 'com.github.megatronking.stringfog:xor:3.0.0'
// https://jarcasting.com/artifacts/com.github.megatronking.stringfog/xor/
implementation ("com.github.megatronking.stringfog:xor:3.0.0")
'com.github.megatronking.stringfog:xor:jar:3.0.0'
<dependency org="com.github.megatronking.stringfog" name="xor" rev="3.0.0">
<artifact name="xor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.megatronking.stringfog', module='xor', version='3.0.0')
)
libraryDependencies += "com.github.megatronking.stringfog" % "xor" % "3.0.0"
[com.github.megatronking.stringfog/xor "3.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.megatronking.stringfog : interface | jar | 3.0.0 |