License |
License |
---|---|
Categories |
CategoriesCyclops General Purpose Libraries Functional Programming |
GroupId | GroupIdio.github.pellse |
ArtifactId | ArtifactIdassembler-cyclops |
Last Version | Last Version0.1.5 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionassembler
Small library allowing to efficiently assemble entities from querying/merging external datasources or aggregating microservices
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
assembler-cyclops-0.1.5.pom | |
assembler-cyclops-0.1.5.jar | 1 KB |
assembler-cyclops-0.1.5-sources.jar | 1 KB |
assembler-cyclops-0.1.5-javadoc.jar | 390 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.pellse/assembler-cyclops/ -->
<dependency>
<groupId>io.github.pellse</groupId>
<artifactId>assembler-cyclops</artifactId>
<version>0.1.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.pellse/assembler-cyclops/
implementation 'io.github.pellse:assembler-cyclops:0.1.5'
// https://jarcasting.com/artifacts/io.github.pellse/assembler-cyclops/
implementation ("io.github.pellse:assembler-cyclops:0.1.5")
'io.github.pellse:assembler-cyclops:pom:0.1.5'
<dependency org="io.github.pellse" name="assembler-cyclops" rev="0.1.5">
<artifact name="assembler-cyclops" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.pellse', module='assembler-cyclops', version='0.1.5')
)
libraryDependencies += "io.github.pellse" % "assembler-cyclops" % "0.1.5"
[io.github.pellse/assembler-cyclops "0.1.5"]
Group / Artifact | Type | Version |
---|---|---|
io.github.pellse : assembler-core | jar | 0.1.5 |
com.oath.cyclops : cyclops-futurestream | jar | 10.0.3 |