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