ScaffoldUnit

ScaffoldUnit will help you to prepare the database data context when you do unit test.

License

License

GroupId

GroupId

org.crazycake
ArtifactId

ArtifactId

ScaffoldUnit
Last Version

Last Version

1.0.0-RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

ScaffoldUnit
ScaffoldUnit will help you to prepare the database data context when you do unit test.

Download ScaffoldUnit

How to add to project

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

Dependencies

compile (7)

Group / Artifact Type Version
junit : junit jar 4.11
mysql : mysql-connector-java jar 5.0.5
org.codehaus.jackson : jackson-mapper-asl jar 1.9.13
org.codehaus.jackson : jackson-core-asl jar 1.9.13
log4j : log4j jar 1.2.4
org.slf4j : slf4j-api jar 1.2
org.slf4j : slf4j-log4j12 jar 1.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0-RELEASE