is not current version
Last Version 2.2.1

org.pojomatic:pojomatic 1.0-RC1

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-RC1
Type

Type

jar

Download pojomatic 1.0-RC1


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