Download java-smart-objects-3.3.jar file - Jar j

Jar examples for j:java-smart-objects

Description

A framework for defining classes that have smart implementations for the standard Object methods.

You can download jar file java-smart-objects 3.3 in this page.

License

The MIT License

Build File

You can use the following script to add java-smart-objects-3.3.jar to your project.

<dependency>
   <groupId>com.craterdog</groupId>
   <artifactId>java-smart-objects</artifactId>
   <version>3.3</version>
</dependency>
compile group: 'com.craterdog', name: 'java-smart-objects', version: '3.3'
libraryDependencies += "com.craterdog" % "java-smart-objects" % "3.3"
<dependency org="com.craterdog" name="java-smart-objects" rev="3.3"/>
@Grapes(@Grab(group='com.craterdog', module='java-smart-objects', version='3.3'))
'com.craterdog:java-smart-objects:jar:3.3'

Download

Click the following link to download the jar file.

java-smart-objects-3.3-javadoc.jar
java-smart-objects-3.3-sources.jar
java-smart-objects-3.3.jar
java-smart-objects-3.3.pom



Related Tutorials