a

assembler-util

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-util-0.1.4.jar download
assembler-util-0.1.4.pom download
assembler-util-0.1.4-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.pellse</groupId>
  <artifactId>assembler-util</artifactId>
  <version>0.1.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.pellse:assembler-util:0.1.4'
Gradle Kotlin
implementation("io.github.pellse:assembler-util:0.1.4")
Scala SBT
libraryDependencies += "io.github.pellse" % "assembler-util" % "0.1.4"
Groovy Grape
@Grapes(
  @Grab(group='io.github.pellse', module='assembler-util', version='0.1.4')
)
Apache Ivy
<dependency org="io.github.pellse" name="assembler-util" rev="0.1.4" />
Leiningen
[io.github.pellse/assembler-util "0.1.4"]
Apache Buildr
'io.github.pellse:assembler-util:jar:0.1.4'
Dependencies
The project has no third-party dependencies