is not current version
Last Version 2.2.1

org.pojomatic:pojomatic 1.0-RC2

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

GroupId

GroupId

org.pojomatic
ArtifactId

ArtifactId

pojomatic
Version

Version

1.0-RC2
Type

Type

jar

Download pojomatic 1.0-RC2


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