License |
License |
---|---|
GroupId | GroupIdio.apitestbase |
ArtifactId | ArtifactIdapitestbase-bom |
Version | Version0.19.0 |
Type | Typepom |
Description |
DescriptionA simple tool for comprehensive API testing
|
Filename | Size |
---|---|
apitestbase-bom-0.19.0.pom | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.apitestbase/apitestbase-bom/ -->
<dependency>
<groupId>io.apitestbase</groupId>
<artifactId>apitestbase-bom</artifactId>
<version>0.19.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.apitestbase/apitestbase-bom/
implementation 'io.apitestbase:apitestbase-bom:0.19.0'
// https://jarcasting.com/artifacts/io.apitestbase/apitestbase-bom/
implementation ("io.apitestbase:apitestbase-bom:0.19.0")
'io.apitestbase:apitestbase-bom:pom:0.19.0'
<dependency org="io.apitestbase" name="apitestbase-bom" rev="0.19.0">
<artifact name="apitestbase-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.apitestbase', module='apitestbase-bom', version='0.19.0')
)
libraryDependencies += "io.apitestbase" % "apitestbase-bom" % "0.19.0"
[io.apitestbase/apitestbase-bom "0.19.0"]