License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing Data |
GroupId | GroupIdcom.lotaris.junitee |
ArtifactId | ArtifactIdjunitee-data-utils |
Version | Version2.0.1 |
Type | Typejar |
Description |
DescriptionJUnit Java EE Data Utils
JUnit data utilities to manage data in a database when doing tests like API tests against an application in application server.
|
Project URL |
Project URL |
Filename | Size |
---|---|
junitee-data-utils-2.0.1.pom | |
junitee-data-utils-2.0.1.jar | 26 KB |
junitee-data-utils-2.0.1-sources.jar | 17 KB |
junitee-data-utils-2.0.1-javadoc.jar | 118 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lotaris.junitee/junitee-data-utils/ -->
<dependency>
<groupId>com.lotaris.junitee</groupId>
<artifactId>junitee-data-utils</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.lotaris.junitee/junitee-data-utils/
implementation 'com.lotaris.junitee:junitee-data-utils:2.0.1'
// https://jarcasting.com/artifacts/com.lotaris.junitee/junitee-data-utils/
implementation ("com.lotaris.junitee:junitee-data-utils:2.0.1")
'com.lotaris.junitee:junitee-data-utils:jar:2.0.1'
<dependency org="com.lotaris.junitee" name="junitee-data-utils" rev="2.0.1">
<artifact name="junitee-data-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lotaris.junitee', module='junitee-data-utils', version='2.0.1')
)
libraryDependencies += "com.lotaris.junitee" % "junitee-data-utils" % "2.0.1"
[com.lotaris.junitee/junitee-data-utils "2.0.1"]
Group / Artifact | Type | Version |
---|---|---|
cglib : cglib | jar | 2.2.2 |
Group / Artifact | Type | Version |
---|---|---|
javax : javaee-api | jar | 7.0 |
org.slf4j : slf4j-api | jar | 1.7.5 |
junit : junit | jar | 4.11 |
Group / Artifact | Type | Version |
---|---|---|
asm : asm-util | jar | 3.3.1 |
com.lotaris.rox.client : rox-client-junit | jar | 2.2.1 |
org.eclipse.persistence : javax.persistence | jar | 2.1.0 |
org.eclipse.persistence : eclipselink | jar | 2.5.2-M1 |
org.slf4j : slf4j-log4j12 | jar | 1.7.5 |
commons-logging : commons-logging | jar | 1.1.3 |
org.mockito : mockito-all | jar | 1.9.5 |
org.powermock : powermock-module-junit4 | jar | 1.5.1 |
org.powermock : powermock-api-mockito | jar | 1.5.1 |