| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdio.paulbaker.integration |
| ArtifactId | ArtifactIdqtest-client-library |
| Last Version | Last Version0.7.9 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionqtest-client-library
A JVM based library written in Kotlin to facilitate communication with the QTest restful API.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| qtest-client-library-0.7.9.pom | |
| qtest-client-library-0.7.9.jar | 95 KB |
| qtest-client-library-0.7.9-sources.jar | 7 KB |
| qtest-client-library-0.7.9-javadoc.jar | 143 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.paulbaker.integration/qtest-client-library/ -->
<dependency>
<groupId>io.paulbaker.integration</groupId>
<artifactId>qtest-client-library</artifactId>
<version>0.7.9</version>
</dependency>
// https://jarcasting.com/artifacts/io.paulbaker.integration/qtest-client-library/
implementation 'io.paulbaker.integration:qtest-client-library:0.7.9'
// https://jarcasting.com/artifacts/io.paulbaker.integration/qtest-client-library/
implementation ("io.paulbaker.integration:qtest-client-library:0.7.9")
'io.paulbaker.integration:qtest-client-library:jar:0.7.9'
<dependency org="io.paulbaker.integration" name="qtest-client-library" rev="0.7.9">
<artifact name="qtest-client-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.paulbaker.integration', module='qtest-client-library', version='0.7.9')
)
libraryDependencies += "io.paulbaker.integration" % "qtest-client-library" % "0.7.9"
[io.paulbaker.integration/qtest-client-library "0.7.9"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.3.10 |
| com.squareup.okhttp3 : okhttp | jar | 3.12.0 |
| com.fasterxml.jackson.core : jackson-core | jar | 2.9.6 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.9.6 |
| com.fasterxml.jackson.core : jackson-annotations | jar | 2.9.6 |
| com.fasterxml.jackson.module : jackson-module-kotlin | jar | 2.9.6 |
| com.fasterxml.jackson.datatype : jackson-datatype-jdk8 | jar | 2.9.6 |
| com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.9.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-test-junit | jar | 1.3.10 |
| org.junit.jupiter : junit-jupiter-api | jar | |
| org.junit.jupiter : junit-jupiter-engine | jar | |
| org.junit.jupiter : junit-jupiter-params | jar | |
| org.assertj : assertj-core | jar | 3.11.1 |