c

commons-data

Helper routines for working with Spring Data structures.
https://chilloutdevelopment.github.io/pl.chilldev.commons/commons-data/
文件下载
文件名 操作
commons-data-0.2.5.jar 下载
commons-data-0.2.5.pom 下载
commons-data-0.2.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>pl.chilldev.commons</groupId>
  <artifactId>commons-data</artifactId>
  <version>0.2.5</version>
</dependency>
Gradle Groovy
implementation 'pl.chilldev.commons:commons-data:0.2.5'
Gradle Kotlin
implementation("pl.chilldev.commons:commons-data:0.2.5")
Scala SBT
libraryDependencies += "pl.chilldev.commons" % "commons-data" % "0.2.5"
Groovy Grape
@Grapes(
  @Grab(group='pl.chilldev.commons', module='commons-data', version='0.2.5')
)
Apache Ivy
<dependency org="pl.chilldev.commons" name="commons-data" rev="0.2.5" />
Leiningen
[pl.chilldev.commons/commons-data "0.2.5"]
Apache Buildr
'pl.chilldev.commons:commons-data:jar:0.2.5'