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