License |
License |
---|---|
GroupId | GroupIdxyz.cofe |
ArtifactId | ArtifactIdtrambda-core |
Version | Version2.0 |
Type | Typejar |
Description |
Descriptiontrambda-core
transportable lambda - core lib
|
Filename | Size |
---|---|
trambda-core-2.0.pom | |
trambda-core-2.0.jar | 201 KB |
trambda-core-2.0-sources.jar | 110 KB |
trambda-core-2.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/xyz.cofe/trambda-core/ -->
<dependency>
<groupId>xyz.cofe</groupId>
<artifactId>trambda-core</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.cofe/trambda-core/
implementation 'xyz.cofe:trambda-core:2.0'
// https://jarcasting.com/artifacts/xyz.cofe/trambda-core/
implementation ("xyz.cofe:trambda-core:2.0")
'xyz.cofe:trambda-core:jar:2.0'
<dependency org="xyz.cofe" name="trambda-core" rev="2.0">
<artifact name="trambda-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.cofe', module='trambda-core', version='2.0')
)
libraryDependencies += "xyz.cofe" % "trambda-core" % "2.0"
[xyz.cofe/trambda-core "2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.ow2.asm : asm | jar | 9.1 |
org.ow2.asm : asm-tree | jar | 9.1 |
org.ow2.asm : asm-util | jar | 9.1 |
org.slf4j : slf4j-api | jar | [1.7.30,1.8) |
xyz.cofe : iofun | jar | [1.0,2.0) |
xyz.cofe : ecolls | jar | [1.10,2.0) |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.3 |
xyz.cofe : fs | jar | [1.2,2.0) |
xyz.cofe : text | jar | [1.0,2.0) |
xyz.cofe : text-out | jar | [1.0,2.0) |
org.junit.jupiter : junit-jupiter-engine | jar | 5.4.0 |