h

helper

json groupby list of object according to stucture of classes
https://github.com/Andriamarosoa/level
MIT License
Tinah Andriamarosoa
文件下载
文件名 操作
helper-1.0.0.jar 下载
helper-1.0.0.pom 下载
helper-1.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.andriamarosoa</groupId>
  <artifactId>helper</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.andriamarosoa:helper:1.0.0'
Gradle Kotlin
implementation("io.github.andriamarosoa:helper:1.0.0")
Scala SBT
libraryDependencies += "io.github.andriamarosoa" % "helper" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.andriamarosoa', module='helper', version='1.0.0')
)
Apache Ivy
<dependency org="io.github.andriamarosoa" name="helper" rev="1.0.0" />
Leiningen
[io.github.andriamarosoa/helper "1.0.0"]
Apache Buildr
'io.github.andriamarosoa:helper:jar:1.0.0'