is not current version
Last Version 0.1.2

org.jicunit:jicunit-framework 0.0.1

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

GroupId

GroupId

org.jicunit
ArtifactId

ArtifactId

jicunit-framework
Version

Version

0.0.1
Type

Type

jar

Download jicunit-framework 0.0.1


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