License |
License |
---|---|
GroupId | GroupIdorg.jicunit |
ArtifactId | ArtifactIdjicunit-framework |
Version | Version0.1.2 |
Type | Typejar |
Description |
DescriptionJava In-Container Unit (JICUnit) Test Framework
A JUnit based test framework for JEE in-container testing.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jicunit-framework-0.1.2.pom | |
jicunit-framework-0.1.2.jar | 55 KB |
jicunit-framework-0.1.2-sources.jar | 38 KB |
jicunit-framework-0.1.2-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jicunit/jicunit-framework/ -->
<dependency>
<groupId>org.jicunit</groupId>
<artifactId>jicunit-framework</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.jicunit/jicunit-framework/
implementation 'org.jicunit:jicunit-framework:0.1.2'
// https://jarcasting.com/artifacts/org.jicunit/jicunit-framework/
implementation ("org.jicunit:jicunit-framework:0.1.2")
'org.jicunit:jicunit-framework:jar:0.1.2'
<dependency org="org.jicunit" name="jicunit-framework" rev="0.1.2">
<artifact name="jicunit-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jicunit', module='jicunit-framework', version='0.1.2')
)
libraryDependencies += "org.jicunit" % "jicunit-framework" % "0.1.2"
[org.jicunit/jicunit-framework "0.1.2"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.primefaces : primefaces | jar | 5.0 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |
javax.xml.bind : jaxb-api | jar | 2.2 |
javax : javaee-api | jar | 7.0 |
javax.faces : jsf-api | jar | 2.1 |
org.apache.myfaces.trinidad : trinidad-api | jar | 2.1.0 |
org.apache.myfaces.trinidad : trinidad-impl | jar | 2.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.jetty : jetty-servlet | jar | 9.2.1.v20140609 |