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