a

assembler-core

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