is not current version
Last Version 1.0.2

io.github.autumn-framework:autumn 1.0.0

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.

GroupId

GroupId

io.github.autumn-framework
ArtifactId

ArtifactId

autumn
Version

Version

1.0.0
Type

Type

pom

Download autumn 1.0.0

Filename Size
autumn-1.0.0.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.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.autumn-framework/autumn/
implementation 'io.github.autumn-framework:autumn:1.0.0'
// https://jarcasting.com/artifacts/io.github.autumn-framework/autumn/
implementation ("io.github.autumn-framework:autumn:1.0.0")
'io.github.autumn-framework:autumn:pom:1.0.0'
<dependency org="io.github.autumn-framework" name="autumn" rev="1.0.0">
  <artifact name="autumn" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.autumn-framework', module='autumn', version='1.0.0')
)
libraryDependencies += "io.github.autumn-framework" % "autumn" % "1.0.0"
[io.github.autumn-framework/autumn "1.0.0"]