is not current version
Last Version 3.22.3

net.openhft:third-party-bom 3.4.22

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

Type

pom

Download third-party-bom 3.4.22

Filename Size
third-party-bom-3.4.22.pom 15 KB
Browse

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