Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.openhft |
ArtifactId | ArtifactIdchronicle-bom |
Version | Version2.17.160 |
Type | Typepom |
Filename | Size |
---|---|
chronicle-bom-2.17.160.pom | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.openhft/chronicle-bom/ -->
<dependency>
<groupId>net.openhft</groupId>
<artifactId>chronicle-bom</artifactId>
<version>2.17.160</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.openhft/chronicle-bom/
implementation 'net.openhft:chronicle-bom:2.17.160'
// https://jarcasting.com/artifacts/net.openhft/chronicle-bom/
implementation ("net.openhft:chronicle-bom:2.17.160")
'net.openhft:chronicle-bom:pom:2.17.160'
<dependency org="net.openhft" name="chronicle-bom" rev="2.17.160">
<artifact name="chronicle-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.openhft', module='chronicle-bom', version='2.17.160')
)
libraryDependencies += "net.openhft" % "chronicle-bom" % "2.17.160"
[net.openhft/chronicle-bom "2.17.160"]