is not current version
Last Version 2.2.1

org.pojomatic:pojomatic 1.0

Automatically provides configurable implementations of the equals(Object), hashCode() and toString() methods inherited from java.lang.Object

GroupId

GroupId

org.pojomatic
ArtifactId

ArtifactId

pojomatic
Version

Version

1.0
Type

Type

jar

Download pojomatic 1.0


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