License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.github.bicoco |
ArtifactId | ArtifactIdjava-list-helpers |
Last Version | Last Version1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava List Helpers
Useful library for working with Java List
|
Project URL |
Project URL |
Filename | Size |
---|---|
java-list-helpers-1.3.pom | |
java-list-helpers-1.3.jar | 8 KB |
java-list-helpers-1.3-sources.jar | 9 KB |
java-list-helpers-1.3-javadoc.jar | 74 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bicoco/java-list-helpers/ -->
<dependency>
<groupId>com.github.bicoco</groupId>
<artifactId>java-list-helpers</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bicoco/java-list-helpers/
implementation 'com.github.bicoco:java-list-helpers:1.3'
// https://jarcasting.com/artifacts/com.github.bicoco/java-list-helpers/
implementation ("com.github.bicoco:java-list-helpers:1.3")
'com.github.bicoco:java-list-helpers:jar:1.3'
<dependency org="com.github.bicoco" name="java-list-helpers" rev="1.3">
<artifact name="java-list-helpers" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bicoco', module='java-list-helpers', version='1.3')
)
libraryDependencies += "com.github.bicoco" % "java-list-helpers" % "1.3"
[com.github.bicoco/java-list-helpers "1.3"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |