| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.sf.lastjcl |
| ArtifactId | ArtifactIdlastjcl |
| Last Version | Last Version1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionLast Java Collection Library
Implementation of Iterable, Collection, and List interfaces for scalar arrays line int[], byte[] and so on.
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| lastjcl-1.1.pom | |
| lastjcl-1.1.jar | 42 KB |
| lastjcl-1.1-sources.jar | 30 KB |
| lastjcl-1.1-javadoc.jar | 253 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.sf.lastjcl/lastjcl/ -->
<dependency>
<groupId>net.sf.lastjcl</groupId>
<artifactId>lastjcl</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.lastjcl/lastjcl/
implementation 'net.sf.lastjcl:lastjcl:1.1'
// https://jarcasting.com/artifacts/net.sf.lastjcl/lastjcl/
implementation ("net.sf.lastjcl:lastjcl:1.1")
'net.sf.lastjcl:lastjcl:jar:1.1'
<dependency org="net.sf.lastjcl" name="lastjcl" rev="1.1">
<artifact name="lastjcl" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.lastjcl', module='lastjcl', version='1.1')
)
libraryDependencies += "net.sf.lastjcl" % "lastjcl" % "1.1"
[net.sf.lastjcl/lastjcl "1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.7 |