License |
License |
---|---|
GroupId | GroupIdorg.crazycake |
ArtifactId | ArtifactIdScaffoldUnit |
Last Version | Last Version1.0.0-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionScaffoldUnit
ScaffoldUnit will help you to prepare the database data context when you do unit test.
|
<!-- 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"]
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 |