<dependency> <groupId>net.openhft</groupId> <artifactId>chronicle-core</artifactId> <version>2.20.122</version> <type>bundle</type> </dependency>
implementation 'net.openhft:chronicle-core:2.20.122'
implementation("net.openhft:chronicle-core:2.20.122")
libraryDependencies += "net.openhft" % "chronicle-core" % "2.20.122"
@Grapes( @Grab(group='net.openhft', module='chronicle-core', version='2.20.122') )
<dependency org="net.openhft" name="chronicle-core" rev="2.20.122" />
[net.openhft/chronicle-core "2.20.122"]
'net.openhft:chronicle-core:jar:2.20.122'
<parent> <groupId>net.openhft</groupId> <artifactId>java-parent-pom</artifactId> <version>1.1.24</version> </parent>
compile
|-- net.openhft:affinity:3.20.0
|-- net.openhft:chronicle-analytics:2.20.2
|-- org.slf4j:slf4j-api
|-- org.jetbrains:annotations
test
|-- junit:junit
|-- org.slf4j:slf4j-simple
|-- com.squareup.okhttp3:mockwebserver:4.9.0