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