is not current version
Last Version 0.1.2

org.jicunit:jicunit-framework 0.0.3

A JUnit based test framework for JEE in-container testing.

GroupId

GroupId

org.jicunit
ArtifactId

ArtifactId

jicunit-framework
Version

Version

0.0.3
Type

Type

jar

Download jicunit-framework 0.0.3


<!-- https://jarcasting.com/artifacts/org.jicunit/jicunit-framework/ -->
<dependency>
    <groupId>org.jicunit</groupId>
    <artifactId>jicunit-framework</artifactId>
    <version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.jicunit/jicunit-framework/
implementation 'org.jicunit:jicunit-framework:0.0.3'
// https://jarcasting.com/artifacts/org.jicunit/jicunit-framework/
implementation ("org.jicunit:jicunit-framework:0.0.3")
'org.jicunit:jicunit-framework:jar:0.0.3'
<dependency org="org.jicunit" name="jicunit-framework" rev="0.0.3">
  <artifact name="jicunit-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jicunit', module='jicunit-framework', version='0.0.3')
)
libraryDependencies += "org.jicunit" % "jicunit-framework" % "0.0.3"
[org.jicunit/jicunit-framework "0.0.3"]