is not current version
Last Version 3.22.3

net.openhft:third-party-bom 3.5.6

This meta-project is used to generate a bill-of-materials POM that contains the other projects in a dependencyManagement section.

Categories

Categories

Net
GroupId

GroupId

net.openhft
ArtifactId

ArtifactId

third-party-bom
Version

Version

3.5.6
Type

Type

pom

Download third-party-bom 3.5.6

Filename Size
third-party-bom-3.5.6.pom 18 KB
Browse

<!-- https://jarcasting.com/artifacts/net.openhft/third-party-bom/ -->
<dependency>
    <groupId>net.openhft</groupId>
    <artifactId>third-party-bom</artifactId>
    <version>3.5.6</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.openhft/third-party-bom/
implementation 'net.openhft:third-party-bom:3.5.6'
// https://jarcasting.com/artifacts/net.openhft/third-party-bom/
implementation ("net.openhft:third-party-bom:3.5.6")
'net.openhft:third-party-bom:pom:3.5.6'
<dependency org="net.openhft" name="third-party-bom" rev="3.5.6">
  <artifact name="third-party-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.openhft', module='third-party-bom', version='3.5.6')
)
libraryDependencies += "net.openhft" % "third-party-bom" % "3.5.6"
[net.openhft/third-party-bom "3.5.6"]