is not current version
Last Version 0.5.0

io.github.pellse:assembler-util 0.0.3

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.0.3
Type

Type

pom

Download assembler-util 0.0.3


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