| License | License
                                                        The Apache License, Version 2.0                                                 | 
|---|---|
| Categories | CategoriesH2 Data Databases | 
| GroupId | GroupIdcom.exactpro.th2 | 
| ArtifactId | ArtifactIdbom | 
| Last Version | Last Version3.2.0 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | Descriptionbom 'TH2 "Bill of Materials" (BOM) project' | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| bom-3.2.0.pom | |
| Browse | 
<!-- https://jarcasting.com/artifacts/com.exactpro.th2/bom/ -->
<dependency>
    <groupId>com.exactpro.th2</groupId>
    <artifactId>bom</artifactId>
    <version>3.2.0</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.exactpro.th2/bom/
implementation 'com.exactpro.th2:bom:3.2.0'// https://jarcasting.com/artifacts/com.exactpro.th2/bom/
implementation ("com.exactpro.th2:bom:3.2.0")'com.exactpro.th2:bom:pom:3.2.0'<dependency org="com.exactpro.th2" name="bom" rev="3.2.0">
  <artifact name="bom" type="pom" />
</dependency>@Grapes(
@Grab(group='com.exactpro.th2', module='bom', version='3.2.0')
)libraryDependencies += "com.exactpro.th2" % "bom" % "3.2.0"[com.exactpro.th2/bom "3.2.0"]