License |
License |
---|---|
GroupId | GroupIdio.github.pellse |
ArtifactId | ArtifactIdassembler |
Last Version | Last Version0.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionassembler
Small library allowing to efficiently assemble entities from querying/merging external datasources or aggregating microservices
|
Project URL |
Project URL |
Filename | Size |
---|---|
assembler-0.0.2.pom | |
assembler-0.0.2.jar | 62 KB |
assembler-0.0.2-sources.jar | 33 KB |
assembler-0.0.2-javadoc.jar | 503 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.pellse/assembler/ -->
<dependency>
<groupId>io.github.pellse</groupId>
<artifactId>assembler</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.pellse/assembler/
implementation 'io.github.pellse:assembler:0.0.2'
// https://jarcasting.com/artifacts/io.github.pellse/assembler/
implementation ("io.github.pellse:assembler:0.0.2")
'io.github.pellse:assembler:jar:0.0.2'
<dependency org="io.github.pellse" name="assembler" rev="0.0.2">
<artifact name="assembler" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.pellse', module='assembler', version='0.0.2')
)
libraryDependencies += "io.github.pellse" % "assembler" % "0.0.2"
[io.github.pellse/assembler "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
io.projectreactor : reactor-core | jar | 3.1.2.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-library | jar | 1.3 |