s

simplestuff

TO BE CHANGED Bean utils related classes written by TomTom and usable in multiple projects. A tool used to enhance classical pojo bean for quickly doing common things (equals declaration, test beans generation etc.)
http://code.google.com/p/simplestuff/
The Apache Software License, Version 2.0
Vincenzo Vitale Salomo Petrus
Files download
File Operation
simplestuff-0.1.jar download
simplestuff-0.1.pom download
simplestuff-0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.google.code.simplestuff</groupId>
  <artifactId>simplestuff</artifactId>
  <version>0.1</version>
</dependency>
Gradle Groovy
implementation 'com.google.code.simplestuff:simplestuff:0.1'
Gradle Kotlin
implementation("com.google.code.simplestuff:simplestuff:0.1")
Scala SBT
libraryDependencies += "com.google.code.simplestuff" % "simplestuff" % "0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.google.code.simplestuff', module='simplestuff', version='0.1')
)
Apache Ivy
<dependency org="com.google.code.simplestuff" name="simplestuff" rev="0.1" />
Leiningen
[com.google.code.simplestuff/simplestuff "0.1"]
Apache Buildr
'com.google.code.simplestuff:simplestuff:jar:0.1'