| License |
License |
|---|---|
| GroupId | GroupIdpl.chilldev.commons |
| ArtifactId | ArtifactIdcommons-collections |
| Last Version | Last Version0.2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionChillDev Commons Collections
Collections-related utilities and data structures.
|
| Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/pl.chilldev.commons/commons-collections/ -->
<dependency>
<groupId>pl.chilldev.commons</groupId>
<artifactId>commons-collections</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/pl.chilldev.commons/commons-collections/
implementation 'pl.chilldev.commons:commons-collections:0.2.0'
// https://jarcasting.com/artifacts/pl.chilldev.commons/commons-collections/
implementation ("pl.chilldev.commons:commons-collections:0.2.0")
'pl.chilldev.commons:commons-collections:jar:0.2.0'
<dependency org="pl.chilldev.commons" name="commons-collections" rev="0.2.0">
<artifact name="commons-collections" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.chilldev.commons', module='commons-collections', version='0.2.0')
)
libraryDependencies += "pl.chilldev.commons" % "commons-collections" % "0.2.0"
[pl.chilldev.commons/commons-collections "0.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.data : spring-data-commons | jar | 1.12.5.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.16.10 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 2.2.21 |
| org.springframework : spring-test | jar | 4.3.4.RELEASE |
| org.springframework.security : spring-security-test | jar | 4.2.0.RELEASE |