| License |
License |
|---|---|
| GroupId | GroupIdcom.shoutoutsoftware |
| ArtifactId | ArtifactIdsift |
| Version | Version0.0.12 |
| Type | Typejar |
| Description |
DescriptionSift
A lightweight hash map reading library that can be used in Android, Java, and Kotlin projects
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| sift-0.0.12.pom | |
| sift-0.0.12.jar | 8 KB |
| sift-0.0.12-sources.jar | 1 KB |
| sift-0.0.12-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.shoutoutsoftware/sift/ -->
<dependency>
<groupId>com.shoutoutsoftware</groupId>
<artifactId>sift</artifactId>
<version>0.0.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.shoutoutsoftware/sift/
implementation 'com.shoutoutsoftware:sift:0.0.12'
// https://jarcasting.com/artifacts/com.shoutoutsoftware/sift/
implementation ("com.shoutoutsoftware:sift:0.0.12")
'com.shoutoutsoftware:sift:jar:0.0.12'
<dependency org="com.shoutoutsoftware" name="sift" rev="0.0.12">
<artifact name="sift" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.shoutoutsoftware', module='sift', version='0.0.12')
)
libraryDependencies += "com.shoutoutsoftware" % "sift" % "0.0.12"
[com.shoutoutsoftware/sift "0.0.12"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.21 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |