License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.openhft |
ArtifactId | ArtifactIdthird-party-bom |
Last Version | Last Version3.22.3 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionThird Party BOM (Bill of Materials)
This meta-project is used to generate a bill-of-materials POM that contains the other projects in a
dependencyManagement section.
|
Project URL |
Project URL |
Filename | Size |
---|---|
third-party-bom-3.22.3.pom | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.openhft/third-party-bom/ -->
<dependency>
<groupId>net.openhft</groupId>
<artifactId>third-party-bom</artifactId>
<version>3.22.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.openhft/third-party-bom/
implementation 'net.openhft:third-party-bom:3.22.3'
// https://jarcasting.com/artifacts/net.openhft/third-party-bom/
implementation ("net.openhft:third-party-bom:3.22.3")
'net.openhft:third-party-bom:pom:3.22.3'
<dependency org="net.openhft" name="third-party-bom" rev="3.22.3">
<artifact name="third-party-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.openhft', module='third-party-bom', version='3.22.3')
)
libraryDependencies += "net.openhft" % "third-party-bom" % "3.22.3"
[net.openhft/third-party-bom "3.22.3"]