License |
License |
---|---|
GroupId | GroupIdorg.agileware |
ArtifactId | ArtifactIdsmartunit |
Version | Version0.10.2 |
Type | Typejar |
Description |
DescriptionSmartUnit
Unit test utilities library
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
smartunit-0.10.2.pom | |
smartunit-0.10.2.jar | 47 KB |
smartunit-0.10.2-sources.jar | 16 KB |
smartunit-0.10.2-javadoc.jar | 81 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.agileware/smartunit/ -->
<dependency>
<groupId>org.agileware</groupId>
<artifactId>smartunit</artifactId>
<version>0.10.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.agileware/smartunit/
implementation 'org.agileware:smartunit:0.10.2'
// https://jarcasting.com/artifacts/org.agileware/smartunit/
implementation ("org.agileware:smartunit:0.10.2")
'org.agileware:smartunit:jar:0.10.2'
<dependency org="org.agileware" name="smartunit" rev="0.10.2">
<artifact name="smartunit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.agileware', module='smartunit', version='0.10.2')
)
libraryDependencies += "org.agileware" % "smartunit" % "0.10.2"
[org.agileware/smartunit "0.10.2"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 1.10.19 |
org.seleniumhq.selenium : selenium-java Optional | jar | 2.47.1 |
org.hamcrest : hamcrest-library Optional | jar | 1.3 |
Group / Artifact | Type | Version |
---|---|---|
info.cukes : cucumber-spring | jar | 1.2.4 |
org.springframework : spring-context | jar | 4.1.6.RELEASE |
info.cukes : cucumber-junit | jar | 1.2.4 |
org.springframework : spring-test | jar | 4.1.6.RELEASE |