GroupId | GroupIdorg.jicunit |
---|---|
ArtifactId | ArtifactIdjicunit-framework |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
jicunit-framework-0.0.1.pom | |
jicunit-framework-0.0.1.jar | 38 KB |
jicunit-framework-0.0.1-sources.jar | 24 KB |
jicunit-framework-0.0.1-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.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"]