License |
License |
---|---|
GroupId | GroupIdcom.google.code.simplestuff |
ArtifactId | ArtifactIdsimplestuff |
Last Version | Last Version0.9 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSimple 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 |
Filename | Size |
---|---|
simplestuff-0.9.pom | |
simplestuff-0.9.jar | 16 KB |
simplestuff-0.9-source.jar | 12 KB |
simplestuff-0.9-javadoc.jar | 63 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.4 |