Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.openhft |
ArtifactId | ArtifactIdchronicle-engine |
Version | Version1.5.11-beta |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.openhft/chronicle-engine/ -->
<dependency>
<groupId>net.openhft</groupId>
<artifactId>chronicle-engine</artifactId>
<version>1.5.11-beta</version>
</dependency>
// https://jarcasting.com/artifacts/net.openhft/chronicle-engine/
implementation 'net.openhft:chronicle-engine:1.5.11-beta'
// https://jarcasting.com/artifacts/net.openhft/chronicle-engine/
implementation ("net.openhft:chronicle-engine:1.5.11-beta")
'net.openhft:chronicle-engine:jar:1.5.11-beta'
<dependency org="net.openhft" name="chronicle-engine" rev="1.5.11-beta">
<artifact name="chronicle-engine" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.openhft', module='chronicle-engine', version='1.5.11-beta')
)
libraryDependencies += "net.openhft" % "chronicle-engine" % "1.5.11-beta"
[net.openhft/chronicle-engine "1.5.11-beta"]