GroupId | GroupIdcom.github.simonpercic |
---|---|
ArtifactId | ArtifactIdcollectionhelper |
Version | Version1.1.0 |
Type | Typeaar |
Filename | Size |
---|---|
collectionhelper-1.1.0.pom | |
collectionhelper-1.1.0.aar | 4 KB |
collectionhelper-1.1.0-sources.jar | 4 KB |
collectionhelper-1.1.0-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.simonpercic/collectionhelper/ -->
<dependency>
<groupId>com.github.simonpercic</groupId>
<artifactId>collectionhelper</artifactId>
<version>1.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.simonpercic/collectionhelper/
implementation 'com.github.simonpercic:collectionhelper:1.1.0'
// https://jarcasting.com/artifacts/com.github.simonpercic/collectionhelper/
implementation ("com.github.simonpercic:collectionhelper:1.1.0")
'com.github.simonpercic:collectionhelper:aar:1.1.0'
<dependency org="com.github.simonpercic" name="collectionhelper" rev="1.1.0">
<artifact name="collectionhelper" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.simonpercic', module='collectionhelper', version='1.1.0')
)
libraryDependencies += "com.github.simonpercic" % "collectionhelper" % "1.1.0"
[com.github.simonpercic/collectionhelper "1.1.0"]