License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdorg.codegeny |
ArtifactId | ArtifactIdcodegeny-junit |
Version | Version0.0.2 |
Type | Typejar |
Description |
DescriptionA collection of JUnit rules
JUnit4 rules for DBUnit and JPA/Hibernate
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
codegeny-junit-0.0.2.pom | |
codegeny-junit-0.0.2.jar | 34 KB |
codegeny-junit-0.0.2-sources.jar | 15 KB |
codegeny-junit-0.0.2-javadoc.jar | 127 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codegeny/codegeny-junit/ -->
<dependency>
<groupId>org.codegeny</groupId>
<artifactId>codegeny-junit</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.codegeny/codegeny-junit/
implementation 'org.codegeny:codegeny-junit:0.0.2'
// https://jarcasting.com/artifacts/org.codegeny/codegeny-junit/
implementation ("org.codegeny:codegeny-junit:0.0.2")
'org.codegeny:codegeny-junit:jar:0.0.2'
<dependency org="org.codegeny" name="codegeny-junit" rev="0.0.2">
<artifact name="codegeny-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codegeny', module='codegeny-junit', version='0.0.2')
)
libraryDependencies += "org.codegeny" % "codegeny-junit" % "0.0.2"
[org.codegeny/codegeny-junit "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.dbunit : dbunit Optional | jar | 2.5.3 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.tomee : javaee-api | jar | 7.0 |
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest-library | jar | 1.3 |
com.h2database : h2 | jar | 1.4.193 |
org.hibernate : hibernate-entitymanager | jar | 5.0.10.Final |
org.apache.tomee : openejb-core | jar | 7.0.1 |
org.apache.tomee : openejb-junit | jar | 7.0.1 |
org.apache.tomee : openejb-mockito | jar | 7.0.1 |