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