a

assembler-synchronous

Small library allowing to efficiently assemble entities from querying/merging external datasources or aggregating microservices
https://github.com/pellse/assembler
The Apache License, Version 2.0
io.github.pellse
Sebastien Pelletier
Files download
File Operation
assembler-synchronous-0.0.5.jar download
assembler-synchronous-0.0.5.pom download
assembler-synchronous-0.0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.pellse</groupId>
  <artifactId>assembler-synchronous</artifactId>
  <version>0.0.5</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.pellse:assembler-synchronous:0.0.5'
Gradle Kotlin
implementation("io.github.pellse:assembler-synchronous:0.0.5")
Scala SBT
libraryDependencies += "io.github.pellse" % "assembler-synchronous" % "0.0.5"
Groovy Grape
@Grapes(
  @Grab(group='io.github.pellse', module='assembler-synchronous', version='0.0.5')
)
Apache Ivy
<dependency org="io.github.pellse" name="assembler-synchronous" rev="0.0.5" />
Leiningen
[io.github.pellse/assembler-synchronous "0.0.5"]
Apache Buildr
'io.github.pellse:assembler-synchronous:jar:0.0.5'