is not current version
Last Version 0.4.4

pl.chilldev.commons:commons-data 0.2.3

Helper routines for working with Spring Data structures.

Categories

Categories

Data
GroupId

GroupId

pl.chilldev.commons
ArtifactId

ArtifactId

commons-data
Version

Version

0.2.3
Type

Type

jar

Download commons-data 0.2.3


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