GroupId | GroupIdcom.github.simonpercic |
---|---|
ArtifactId | ArtifactIdcollectionhelper |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
collectionhelper-1.2.0.pom | |
collectionhelper-1.2.0.jar | 4 KB |
collectionhelper-1.2.0-sources.jar | 4 KB |
collectionhelper-1.2.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.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.simonpercic/collectionhelper/
implementation 'com.github.simonpercic:collectionhelper:1.2.0'
// https://jarcasting.com/artifacts/com.github.simonpercic/collectionhelper/
implementation ("com.github.simonpercic:collectionhelper:1.2.0")
'com.github.simonpercic:collectionhelper:jar:1.2.0'
<dependency org="com.github.simonpercic" name="collectionhelper" rev="1.2.0">
<artifact name="collectionhelper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.simonpercic', module='collectionhelper', version='1.2.0')
)
libraryDependencies += "com.github.simonpercic" % "collectionhelper" % "1.2.0"
[com.github.simonpercic/collectionhelper "1.2.0"]