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