Last Version

br.com.objectos:core-object 0.7.0-jdk17

Defines the Objectos Core Utilities for java.lang.Object instances. Provides utitities for implementing equals(Object), hashCode() and toString() methods. Also provides a utitliy that helps constructors and methods check if they were invoked correctly or not.

License

License

GroupId

GroupId

br.com.objectos
ArtifactId

ArtifactId

core-object
Version

Version

0.7.0-jdk17
Type

Type

jar
Description

Description

br.com.objectos:core-object
Defines the Objectos Core Utilities for java.lang.Object instances. Provides utitities for implementing equals(Object), hashCode() and toString() methods. Also provides a utitliy that helps constructors and methods check if they were invoked correctly or not.

Download core-object 0.7.0-jdk17


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.