License |
License |
---|---|
GroupId | GroupIdxyz.cofe |
ArtifactId | ArtifactIdtrambda-core |
Version | Version1.0 |
Type | Typejar |
Description |
Descriptiontrambda-core
transportable lambda - core lib
|
Filename | Size |
---|---|
trambda-core-1.0.pom | |
trambda-core-1.0.jar | 94 KB |
trambda-core-1.0-sources.jar | 56 KB |
trambda-core-1.0-javadoc.jar | 806 KB |
Browse |
<!-- https://jarcasting.com/artifacts/xyz.cofe/trambda-core/ -->
<dependency>
<groupId>xyz.cofe</groupId>
<artifactId>trambda-core</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.cofe/trambda-core/
implementation 'xyz.cofe:trambda-core:1.0'
// https://jarcasting.com/artifacts/xyz.cofe/trambda-core/
implementation ("xyz.cofe:trambda-core:1.0")
'xyz.cofe:trambda-core:jar:1.0'
<dependency org="xyz.cofe" name="trambda-core" rev="1.0">
<artifact name="trambda-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.cofe', module='trambda-core', version='1.0')
)
libraryDependencies += "xyz.cofe" % "trambda-core" % "1.0"
[xyz.cofe/trambda-core "1.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 |
xyz.cofe : iofun | jar | 1.0 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.3 |
xyz.cofe : fs | jar | 1.2 |
xyz.cofe : ecolls | jar | 1.10 |
xyz.cofe : text | jar | 1.0 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.4.0 |