is not current version
Last Version 0.5.0

io.github.pellse:assembler-util 0.1.6

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

GroupId

GroupId

io.github.pellse
ArtifactId

ArtifactId

assembler-util
Version

Version

0.1.6
Type

Type

pom

Download assembler-util 0.1.6


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