is not current version
Last Version 1.3

com.github.bicoco:java-list-helpers 1.0

Useful library for working with Java List

Categories

Categories

Java Languages
GroupId

GroupId

com.github.bicoco
ArtifactId

ArtifactId

java-list-helpers
Version

Version

1.0
Type

Type

jar

Download java-list-helpers 1.0


<!-- https://jarcasting.com/artifacts/com.github.bicoco/java-list-helpers/ -->
<dependency>
    <groupId>com.github.bicoco</groupId>
    <artifactId>java-list-helpers</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bicoco/java-list-helpers/
implementation 'com.github.bicoco:java-list-helpers:1.0'
// https://jarcasting.com/artifacts/com.github.bicoco/java-list-helpers/
implementation ("com.github.bicoco:java-list-helpers:1.0")
'com.github.bicoco:java-list-helpers:jar:1.0'
<dependency org="com.github.bicoco" name="java-list-helpers" rev="1.0">
  <artifact name="java-list-helpers" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bicoco', module='java-list-helpers', version='1.0')
)
libraryDependencies += "com.github.bicoco" % "java-list-helpers" % "1.0"
[com.github.bicoco/java-list-helpers "1.0"]