is not current version
Last Version 0.4.4

pl.chilldev.commons:commons-data 0.2.4

Helper routines for working with Spring Data structures.

Categories

Categories

Data
GroupId

GroupId

pl.chilldev.commons
ArtifactId

ArtifactId

commons-data
Version

Version

0.2.4
Type

Type

jar

Download commons-data 0.2.4


<!-- https://jarcasting.com/artifacts/pl.chilldev.commons/commons-data/ -->
<dependency>
    <groupId>pl.chilldev.commons</groupId>
    <artifactId>commons-data</artifactId>
    <version>0.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/pl.chilldev.commons/commons-data/
implementation 'pl.chilldev.commons:commons-data:0.2.4'
// https://jarcasting.com/artifacts/pl.chilldev.commons/commons-data/
implementation ("pl.chilldev.commons:commons-data:0.2.4")
'pl.chilldev.commons:commons-data:jar:0.2.4'
<dependency org="pl.chilldev.commons" name="commons-data" rev="0.2.4">
  <artifact name="commons-data" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.chilldev.commons', module='commons-data', version='0.2.4')
)
libraryDependencies += "pl.chilldev.commons" % "commons-data" % "0.2.4"
[pl.chilldev.commons/commons-data "0.2.4"]