License |
License |
---|---|
GroupId | GroupIdse.simbio.encryption |
ArtifactId | ArtifactIdlibrary |
Version | Version1.2.0 |
Type | Typeaar |
Description |
DescriptionEncryption
Encryption is a simple way to create encrypted strings to Android project.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
library-1.2.0.pom | |
library-1.2.0.aar | 7 KB |
library-1.2.0-sources.jar | 4 KB |
library-1.2.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/se.simbio.encryption/library/ -->
<dependency>
<groupId>se.simbio.encryption</groupId>
<artifactId>library</artifactId>
<version>1.2.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/se.simbio.encryption/library/
implementation 'se.simbio.encryption:library:1.2.0'
// https://jarcasting.com/artifacts/se.simbio.encryption/library/
implementation ("se.simbio.encryption:library:1.2.0")
'se.simbio.encryption:library:aar:1.2.0'
<dependency org="se.simbio.encryption" name="library" rev="1.2.0">
<artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='se.simbio.encryption', module='library', version='1.2.0')
)
libraryDependencies += "se.simbio.encryption" % "library" % "1.2.0"
[se.simbio.encryption/library "1.2.0"]