is not current version
Last Version 3.22.3

net.openhft:third-party-bom 3.6.3

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.6.3
Type

Type

pom

Download third-party-bom 3.6.3

Filename Size
third-party-bom-3.6.3.pom 19 KB
Browse

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