| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.sf.javaprinciples.test |
| ArtifactId | ArtifactIdtest-unit |
| Last Version | Last Version4.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJavaprinciples Core - Test Unit
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| test-unit-4.0.0.pom | |
| test-unit-4.0.0.jar | 8 KB |
| test-unit-4.0.0-sources.jar | 4 KB |
| test-unit-4.0.0-javadoc.jar | 27 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.sf.javaprinciples.test/test-unit/ -->
<dependency>
<groupId>net.sf.javaprinciples.test</groupId>
<artifactId>test-unit</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.javaprinciples.test/test-unit/
implementation 'net.sf.javaprinciples.test:test-unit:4.0.0'
// https://jarcasting.com/artifacts/net.sf.javaprinciples.test/test-unit/
implementation ("net.sf.javaprinciples.test:test-unit:4.0.0")
'net.sf.javaprinciples.test:test-unit:jar:4.0.0'
<dependency org="net.sf.javaprinciples.test" name="test-unit" rev="4.0.0">
<artifact name="test-unit" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.javaprinciples.test', module='test-unit', version='4.0.0')
)
libraryDependencies += "net.sf.javaprinciples.test" % "test-unit" % "4.0.0"
[net.sf.javaprinciples.test/test-unit "4.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-context | jar | 3.1.4.RELEASE |
| org.springframework : spring-webmvc | jar | 3.1.4.RELEASE |
| org.springframework : spring-test | jar | 3.1.4.RELEASE |
| commons-io : commons-io | jar | 1.3.2 |
| org.testng : testng | jar | 5.10 |
| org.hamcrest : hamcrest-all | jar | 1.3 |
| commons-logging : commons-logging | jar | 1.1.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.mockito : mockito-all | jar | 1.9.0 |
| org.easymock : easymock | jar | 2.5.1 |