Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 762 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 762 Bytes

Integration of Neptune with native http client of Java (since v11)

Maven

    <dependencies>
        <dependency>
            <groupId>ru.tinkoff.qa.neptune</groupId>
            <artifactId>http.api</artifactId>
            <version>${LATEST_RELEASE_OR_BETA_VERSION}</version>
            <scope>test</scope>
        </dependency>
    </dependencies>

Gradle

    dependencies {
        testImplementation  group: 'ru.tinkoff.qa.neptune', name: 'http.api', version: LATEST_RELEASE_OR_BETA_VERSION    
    }

Краткая документация на русском

Brief documentation in English

API overview