GroupId | GroupIdorg.unidal.framework |
---|---|
ArtifactId | ArtifactIdeunit-testfwk |
Version | Version4.0.4 |
Type | Typejar |
Filename | Size |
---|---|
eunit-testfwk-4.0.4.pom | |
eunit-testfwk-4.0.4.jar | 231 KB |
eunit-testfwk-4.0.4-sources.jar | 106 KB |
eunit-testfwk-4.0.4-javadoc.jar | 978 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.unidal.framework/eunit-testfwk/ -->
<dependency>
<groupId>org.unidal.framework</groupId>
<artifactId>eunit-testfwk</artifactId>
<version>4.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.unidal.framework/eunit-testfwk/
implementation 'org.unidal.framework:eunit-testfwk:4.0.4'
// https://jarcasting.com/artifacts/org.unidal.framework/eunit-testfwk/
implementation ("org.unidal.framework:eunit-testfwk:4.0.4")
'org.unidal.framework:eunit-testfwk:jar:4.0.4'
<dependency org="org.unidal.framework" name="eunit-testfwk" rev="4.0.4">
<artifact name="eunit-testfwk" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.unidal.framework', module='eunit-testfwk', version='4.0.4')
)
libraryDependencies += "org.unidal.framework" % "eunit-testfwk" % "4.0.4"
[org.unidal.framework/eunit-testfwk "4.0.4"]