MVN

org.touchbit.retrofit.veslo : parent-pom

Maven & Gradle

Mar 17, 2022
8 stars

Veslo (parent pom) · The extension is intended for API testing. Allows you to work with a response from a HTTP-service, which contains two data models (DTO) for processing/checking both positive and negative cases when testing the service.

<dependency>
    <groupId>org.touchbit.retrofit.veslo</groupId>
    <artifactId>parent-pom</artifactId>
    <version>1.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.touchbit.retrofit.veslo : parent-pom to add to Maven - Latest Versions:

  • Latest Stable: 1.2.0

All Versions

Choose a version of org.touchbit.retrofit.veslo : parent-pom to add to Maven - All Versions:

Version Vulnerabilities Updated
1.2.x
parent-pom-1.2.0
1.1.x
parent-pom-1.1.0
1.0.x
parent-pom-1.0.1
parent-pom-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.touchbit.retrofit.veslo</groupId>
    <artifactId>parent-pom</artifactId>
    <version>1.2.0</version>
</dependency>

Advertisement