| License |
License |
|---|---|
| GroupId | GroupIddev.evowizz.common |
| ArtifactId | ArtifactIdhashing |
| Version | Version2.1.0 |
| Type | Typeaar |
| Description |
DescriptionHashing
Set of small tools for Android
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| hashing-2.1.0.pom | |
| Browse |
<!-- https://jarcasting.com/artifacts/dev.evowizz.common/hashing/ -->
<dependency>
<groupId>dev.evowizz.common</groupId>
<artifactId>hashing</artifactId>
<version>2.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/dev.evowizz.common/hashing/
implementation 'dev.evowizz.common:hashing:2.1.0'
// https://jarcasting.com/artifacts/dev.evowizz.common/hashing/
implementation ("dev.evowizz.common:hashing:2.1.0")
'dev.evowizz.common:hashing:aar:2.1.0'
<dependency org="dev.evowizz.common" name="hashing" rev="2.1.0">
<artifact name="hashing" type="aar" />
</dependency>
@Grapes(
@Grab(group='dev.evowizz.common', module='hashing', version='2.1.0')
)
libraryDependencies += "dev.evowizz.common" % "hashing" % "2.1.0"
[dev.evowizz.common/hashing "2.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.10 |