| GroupId | GroupIdorg.seedstack |
|---|---|
| ArtifactId | ArtifactIdintegrationtest-bom |
| Version | Version2.0.0-M3 |
| Type | Typepom |
| Filename | Size |
|---|---|
| integrationtest-bom-2.0.0-M3.pom | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.seedstack/integrationtest-bom/ -->
<dependency>
<groupId>org.seedstack</groupId>
<artifactId>integrationtest-bom</artifactId>
<version>2.0.0-M3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.seedstack/integrationtest-bom/
implementation 'org.seedstack:integrationtest-bom:2.0.0-M3'
// https://jarcasting.com/artifacts/org.seedstack/integrationtest-bom/
implementation ("org.seedstack:integrationtest-bom:2.0.0-M3")
'org.seedstack:integrationtest-bom:pom:2.0.0-M3'
<dependency org="org.seedstack" name="integrationtest-bom" rev="2.0.0-M3">
<artifact name="integrationtest-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.seedstack', module='integrationtest-bom', version='2.0.0-M3')
)
libraryDependencies += "org.seedstack" % "integrationtest-bom" % "2.0.0-M3"
[org.seedstack/integrationtest-bom "2.0.0-M3"]