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
文件下载
文件名 操作
assembler-util-0.1.6.jar 下载
assembler-util-0.1.6.pom 下载
assembler-util-0.1.6-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.pellse</groupId>
  <artifactId>assembler-util</artifactId>
  <version>0.1.6</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.pellse:assembler-util:0.1.6'
Gradle Kotlin
implementation("io.github.pellse:assembler-util:0.1.6")
Scala SBT
libraryDependencies += "io.github.pellse" % "assembler-util" % "0.1.6"
Groovy Grape
@Grapes(
  @Grab(group='io.github.pellse', module='assembler-util', version='0.1.6')
)
Apache Ivy
<dependency org="io.github.pellse" name="assembler-util" rev="0.1.6" />
Leiningen
[io.github.pellse/assembler-util "0.1.6"]
Apache Buildr
'io.github.pellse:assembler-util:jar:0.1.6'
本项目依赖
该项目无第三方依赖