GroupId | GroupIdorg.jicunit |
---|---|
ArtifactId | ArtifactIdjicunit-framework |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
jicunit-framework-0.1.0.pom | |
jicunit-framework-0.1.0.jar | 55 KB |
jicunit-framework-0.1.0-sources.jar | 38 KB |
jicunit-framework-0.1.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jicunit/jicunit-framework/
implementation 'org.jicunit:jicunit-framework:0.1.0'
// https://jarcasting.com/artifacts/org.jicunit/jicunit-framework/
implementation ("org.jicunit:jicunit-framework:0.1.0")
'org.jicunit:jicunit-framework:jar:0.1.0'
<dependency org="org.jicunit" name="jicunit-framework" rev="0.1.0">
<artifact name="jicunit-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jicunit', module='jicunit-framework', version='0.1.0')
)
libraryDependencies += "org.jicunit" % "jicunit-framework" % "0.1.0"
[org.jicunit/jicunit-framework "0.1.0"]