Group Id net.openhft
Artifact Id third-party-bom
Version 3.0
Packaging jar
URL -
Badge
Last Updated 2014-03-30T10:32:20+00:00
Download Jar | View All
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency>
    <groupId>net.openhft</groupId>
    <artifactId>third-party-bom</artifactId>
    <version>3.0</version>
</dependency>
implementation group: 'net.openhft', name: 'third-party-bom', version: '3.0'
implementation 'net.openhft:third-party-bom:3.0'
implementation("net.openhft:third-party-bom:3.0")
libraryDependencies += "net.openhft" % "third-party-bom" % "3.0"
<dependency org="net.openhft" name="third-party-bom" rev="3.0"/>
@Grapes(
    @Grab(group='net.openhft', module='third-party-bom', version='3.0')
)
[net.openhft/third-party-bom "3.0"]
'net.openhft:third-party-bom:3.0'