License |
License |
---|---|
GroupId | GroupIdorg.unidal.framework |
ArtifactId | ArtifactIdeunit-testfwk |
Version | Version4.1.1 |
Type | Typejar |
Description |
DescriptionEunit Test Framework
Unidal Framework
|
Project Organization |
Project OrganizationUnidal Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
eunit-testfwk-4.1.1.pom | |
eunit-testfwk-4.1.1.jar | 231 KB |
eunit-testfwk-4.1.1-sources.jar | 106 KB |
eunit-testfwk-4.1.1-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.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.unidal.framework/eunit-testfwk/
implementation 'org.unidal.framework:eunit-testfwk:4.1.1'
// https://jarcasting.com/artifacts/org.unidal.framework/eunit-testfwk/
implementation ("org.unidal.framework:eunit-testfwk:4.1.1")
'org.unidal.framework:eunit-testfwk:jar:4.1.1'
<dependency org="org.unidal.framework" name="eunit-testfwk" rev="4.1.1">
<artifact name="eunit-testfwk" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.unidal.framework', module='eunit-testfwk', version='4.1.1')
)
libraryDependencies += "org.unidal.framework" % "eunit-testfwk" % "4.1.1"
[org.unidal.framework/eunit-testfwk "4.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.unidal.framework : foundation-service | jar | 4.1.1 |
junit : junit | jar | 4.12 |
org.testng : testng Optional | jar | 6.9.10 |