GroupId | GroupIdcom.github.hioo520 |
---|---|
ArtifactId | ArtifactIdcollections-plus |
Version | Version1.3.3 |
Type | Typejar |
Filename | Size |
---|---|
collections-plus-1.3.3.pom | |
collections-plus-1.3.3.jar | 86 KB |
collections-plus-1.3.3-sources.jar | 54 KB |
collections-plus-1.3.3-javadoc.jar | 376 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hioo520/collections-plus/ -->
<dependency>
<groupId>com.github.hioo520</groupId>
<artifactId>collections-plus</artifactId>
<version>1.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hioo520/collections-plus/
implementation 'com.github.hioo520:collections-plus:1.3.3'
// https://jarcasting.com/artifacts/com.github.hioo520/collections-plus/
implementation ("com.github.hioo520:collections-plus:1.3.3")
'com.github.hioo520:collections-plus:jar:1.3.3'
<dependency org="com.github.hioo520" name="collections-plus" rev="1.3.3">
<artifact name="collections-plus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hioo520', module='collections-plus', version='1.3.3')
)
libraryDependencies += "com.github.hioo520" % "collections-plus" % "1.3.3"
[com.github.hioo520/collections-plus "1.3.3"]