is not current version
Last Version 0.5.0

io.github.pellse:assembler-core 0.1.5

Small library allowing to efficiently assemble entities from querying/merging external datasources or aggregating microservices

GroupId

GroupId

io.github.pellse
ArtifactId

ArtifactId

assembler-core
Version

Version

0.1.5
Type

Type

pom

Download assembler-core 0.1.5


<!-- https://jarcasting.com/artifacts/io.github.pellse/assembler-core/ -->
<dependency>
    <groupId>io.github.pellse</groupId>
    <artifactId>assembler-core</artifactId>
    <version>0.1.5</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.pellse/assembler-core/
implementation 'io.github.pellse:assembler-core:0.1.5'
// https://jarcasting.com/artifacts/io.github.pellse/assembler-core/
implementation ("io.github.pellse:assembler-core:0.1.5")
'io.github.pellse:assembler-core:pom:0.1.5'
<dependency org="io.github.pellse" name="assembler-core" rev="0.1.5">
  <artifact name="assembler-core" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.pellse', module='assembler-core', version='0.1.5')
)
libraryDependencies += "io.github.pellse" % "assembler-core" % "0.1.5"
[io.github.pellse/assembler-core "0.1.5"]