Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.bicoco |
ArtifactId | ArtifactIdjava-list-helpers |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
java-list-helpers-1.0.pom | |
java-list-helpers-1.0.jar | 8 KB |
java-list-helpers-1.0-sources.jar | 4 KB |
java-list-helpers-1.0-javadoc.jar | 58 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.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"]