License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdio.ehdev.testify |
ArtifactId | ArtifactIdtestify-java |
Last Version | Last Version1.0.6 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiontestify
a project to aid in development requireing databases
|
Project URL |
Project URL |
Filename | Size |
---|---|
testify-java-1.0.6.pom | |
testify-java-1.0.6.jar | 1 KB |
testify-java-1.0.6-sources.jar | 1 KB |
testify-java-1.0.6-javadoc.jar | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.ehdev.testify/testify-java/ -->
<dependency>
<groupId>io.ehdev.testify</groupId>
<artifactId>testify-java</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.ehdev.testify/testify-java/
implementation 'io.ehdev.testify:testify-java:1.0.6'
// https://jarcasting.com/artifacts/io.ehdev.testify/testify-java/
implementation ("io.ehdev.testify:testify-java:1.0.6")
'io.ehdev.testify:testify-java:jar:1.0.6'
<dependency org="io.ehdev.testify" name="testify-java" rev="1.0.6">
<artifact name="testify-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ehdev.testify', module='testify-java', version='1.0.6')
)
libraryDependencies += "io.ehdev.testify" % "testify-java" % "1.0.6"
[io.ehdev.testify/testify-java "1.0.6"]
Group / Artifact | Type | Version |
---|---|---|
commons-dbcp : commons-dbcp | jar | 1.4 |
com.h2database : h2 | jar | 1.3.174 |
org.springframework : spring-context | jar | 3.2.4.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.easytesting : fest-assert | jar | 1.4 |
org.springframework : spring-web | jar | 3.2.4.RELEASE |
org.testng : testng | jar | 6.8.7 |
org.springframework : spring-jdbc | jar | 3.2.4.RELEASE |
javax.servlet : servlet-api | jar | 2.5 |