is not current version
Last Version 0.5.0

io.github.pellse:assembler-core 0.0.4

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

Type

pom

Download assembler-core 0.0.4


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