<dependency> <groupId>net.openhft</groupId> <artifactId>chronicle-bytes</artifactId> <version>2.22.28</version> <type>bundle</type> </dependency>
implementation 'net.openhft:chronicle-bytes:2.22.28'
implementation("net.openhft:chronicle-bytes:2.22.28")
libraryDependencies += "net.openhft" % "chronicle-bytes" % "2.22.28"
@Grapes( @Grab(group='net.openhft', module='chronicle-bytes', version='2.22.28') )
<dependency org="net.openhft" name="chronicle-bytes" rev="2.22.28" />
[net.openhft/chronicle-bytes "2.22.28"]
'net.openhft:chronicle-bytes:jar:2.22.28'
<parent> <groupId>net.openhft</groupId> <artifactId>java-parent-pom</artifactId> <version>1.1.30</version> </parent>
compile
|-- net.openhft:posix
|-- net.openhft:chronicle-core
|-- org.slf4j:slf4j-api
|-- org.jetbrains:annotations
test
|-- org.junit.jupiter:junit-jupiter-api
|-- org.junit.jupiter:junit-jupiter-params:5.8.1
|-- org.junit.vintage:junit-vintage-engine
|-- net.openhft:affinity
|-- org.slf4j:slf4j-simple