GroupId | GroupIdorg.jicunit |
---|---|
ArtifactId | ArtifactIdjicunit-framework |
Version | Version0.0.3 |
Type | Typejar |
Filename | Size |
---|---|
jicunit-framework-0.0.3.pom | |
jicunit-framework-0.0.3.jar | 43 KB |
jicunit-framework-0.0.3-sources.jar | 28 KB |
jicunit-framework-0.0.3-javadoc.jar | 34 KB |
Browse |
<!-- 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"]