License |
License |
---|---|
Categories |
CategoriesRetrofit Net HTTP Clients |
GroupId | GroupIdorg.touchbit.retrofit.veslo |
ArtifactId | ArtifactIdparent-pom |
Last Version | Last Version1.2.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionVeslo (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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
parent-pom-1.2.0.pom | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.touchbit.retrofit.veslo/parent-pom/ -->
<dependency>
<groupId>org.touchbit.retrofit.veslo</groupId>
<artifactId>parent-pom</artifactId>
<version>1.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.touchbit.retrofit.veslo/parent-pom/
implementation 'org.touchbit.retrofit.veslo:parent-pom:1.2.0'
// https://jarcasting.com/artifacts/org.touchbit.retrofit.veslo/parent-pom/
implementation ("org.touchbit.retrofit.veslo:parent-pom:1.2.0")
'org.touchbit.retrofit.veslo:parent-pom:pom:1.2.0'
<dependency org="org.touchbit.retrofit.veslo" name="parent-pom" rev="1.2.0">
<artifact name="parent-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.touchbit.retrofit.veslo', module='parent-pom', version='1.2.0')
)
libraryDependencies += "org.touchbit.retrofit.veslo" % "parent-pom" % "1.2.0"
[org.touchbit.retrofit.veslo/parent-pom "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-params | jar | 5.8.2 |