License |
License |
---|---|
GroupId | GroupIdio.github.autumn-framework |
ArtifactId | ArtifactIdautumn |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionDeutsche Telekom AG
Autumn is a Java Based Framework that integrates with the Cucumber and Testng frameworks, around which any kind of API and UI based Test Cases can be automated.
|
Project URL |
Project URL |
Project Organization |
Project OrganizationDeutsche Telekom AG |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
autumn-1.0.2.pom | 17 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.autumn-framework/autumn/ -->
<dependency>
<groupId>io.github.autumn-framework</groupId>
<artifactId>autumn</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.autumn-framework/autumn/
implementation 'io.github.autumn-framework:autumn:1.0.2'
// https://jarcasting.com/artifacts/io.github.autumn-framework/autumn/
implementation ("io.github.autumn-framework:autumn:1.0.2")
'io.github.autumn-framework:autumn:pom:1.0.2'
<dependency org="io.github.autumn-framework" name="autumn" rev="1.0.2">
<artifact name="autumn" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.autumn-framework', module='autumn', version='1.0.2')
)
libraryDependencies += "io.github.autumn-framework" % "autumn" % "1.0.2"
[io.github.autumn-framework/autumn "1.0.2"]