Last Version

Simple Stuff Project 0.9

A tool used to enhance classical pojo bean for quickly doing common things (equals declaration, test beans generation etc.)

License

License

GroupId

GroupId

com.google.code.simplestuff
ArtifactId

ArtifactId

simplestuff
Version

Version

0.9
Type

Type

jar
Description

Description

Simple Stuff Project
A tool used to enhance classical pojo bean for quickly doing common things (equals declaration, test beans generation etc.)
Project URL

Project URL

http://code.google.com/p/simplestuff/

Download simplestuff 0.9


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

Dependencies

compile (5)

Group / Artifact Type Version
commons-beanutils : commons-beanutils jar 1.7.0
org.springframework : spring jar 2.5.2
commons-lang : commons-lang jar 2.1
commons-logging : commons-logging jar 1.0.4
log4j : log4j jar 1.2.15

test (1)

Group / Artifact Type Version
junit : junit jar 4.4

Project Modules

There are no modules declared in this project.