Files download
File Operation
test-automation-project-23.1.17.pom download
Apache Maven
<dependency>
  <groupId>io.github.ndviet</groupId>
  <artifactId>test-automation-project</artifactId>
  <version>23.1.17</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.ndviet:test-automation-project:23.1.17'
Gradle Kotlin
implementation("io.github.ndviet:test-automation-project:23.1.17")
Scala SBT
libraryDependencies += "io.github.ndviet" % "test-automation-project" % "23.1.17"
Groovy Grape
@Grapes(
  @Grab(group='io.github.ndviet', module='test-automation-project', version='23.1.17')
)
Apache Ivy
<dependency org="io.github.ndviet" name="test-automation-project" rev="23.1.17" />
Leiningen
[io.github.ndviet/test-automation-project "23.1.17"]
Apache Buildr
'io.github.ndviet:test-automation-project:jar:23.1.17'
Dependencies
The project has no third-party dependencies