License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdcom.github.carlopantaleo |
ArtifactId | ArtifactIdentity-comparator |
Version | Version1.0.1 |
Type | Typejar |
Description |
DescriptionEntity Comparator
A simple Comparator which can be configured to compare only certain properties of an object.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.carlopantaleo/entity-comparator/ -->
<dependency>
<groupId>com.github.carlopantaleo</groupId>
<artifactId>entity-comparator</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.carlopantaleo/entity-comparator/
implementation 'com.github.carlopantaleo:entity-comparator:1.0.1'
// https://jarcasting.com/artifacts/com.github.carlopantaleo/entity-comparator/
implementation ("com.github.carlopantaleo:entity-comparator:1.0.1")
'com.github.carlopantaleo:entity-comparator:jar:1.0.1'
<dependency org="com.github.carlopantaleo" name="entity-comparator" rev="1.0.1">
<artifact name="entity-comparator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.carlopantaleo', module='entity-comparator', version='1.0.1')
)
libraryDependencies += "com.github.carlopantaleo" % "entity-comparator" % "1.0.1"
[com.github.carlopantaleo/entity-comparator "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 25.0-jre |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |