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