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.1.jar 下载
assembler-util-0.1.1.pom 下载
assembler-util-0.1.1-sources.jar 下载
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'
本项目依赖
该项目无第三方依赖