License |
License |
---|---|
GroupId | GroupIdorg.actframework |
ArtifactId | ArtifactIdact-e2e |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionACT E2E Plugin
Support end to end test of ActFramework application
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
act-e2e-1.0.0.pom | |
act-e2e-1.0.0.jar | 59 KB |
act-e2e-1.0.0-sources.jar | 35 KB |
act-e2e-1.0.0-javadoc.jar | 271 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.actframework/act-e2e/ -->
<dependency>
<groupId>org.actframework</groupId>
<artifactId>act-e2e</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.actframework/act-e2e/
implementation 'org.actframework:act-e2e:1.0.0'
// https://jarcasting.com/artifacts/org.actframework/act-e2e/
implementation ("org.actframework:act-e2e:1.0.0")
'org.actframework:act-e2e:jar:1.0.0'
<dependency org="org.actframework" name="act-e2e" rev="1.0.0">
<artifact name="act-e2e" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.actframework', module='act-e2e', version='1.0.0')
)
libraryDependencies += "org.actframework" % "act-e2e" % "1.0.0"
[org.actframework/act-e2e "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.yaml : snakeyaml | jar | 1.21 |
org.jsoup : jsoup | jar | 1.11.3 |
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 2.9.0 |
org.slf4j : slf4j-api | jar | 1.7.25 |
org.osgl : osgl-version | jar | 2.0.0-BETA-1 |
org.osgl : osgl-ut | jar | 2.0.0-BETA-1 |
org.actframework : act | jar | 1.8.8-RC10 |
Group / Artifact | Type | Version |
---|---|---|
org.actframework : act-sql-common | jar | 1.4.2 |