Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.bicoco |
ArtifactId | ArtifactIdjava-list-helpers |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
java-list-helpers-1.1.pom | |
java-list-helpers-1.1.jar | 8 KB |
java-list-helpers-1.1-sources.jar | 9 KB |
java-list-helpers-1.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bicoco/java-list-helpers/
implementation 'com.github.bicoco:java-list-helpers:1.1'
// https://jarcasting.com/artifacts/com.github.bicoco/java-list-helpers/
implementation ("com.github.bicoco:java-list-helpers:1.1")
'com.github.bicoco:java-list-helpers:jar:1.1'
<dependency org="com.github.bicoco" name="java-list-helpers" rev="1.1">
<artifact name="java-list-helpers" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bicoco', module='java-list-helpers', version='1.1')
)
libraryDependencies += "com.github.bicoco" % "java-list-helpers" % "1.1"
[com.github.bicoco/java-list-helpers "1.1"]