<dependency> <groupId>net.openhft</groupId> <artifactId>chronicle-threads</artifactId> <version>2.20.111</version> <type>bundle</type> </dependency>
implementation 'net.openhft:chronicle-threads:2.20.111'
implementation("net.openhft:chronicle-threads:2.20.111")
libraryDependencies += "net.openhft" % "chronicle-threads" % "2.20.111"
@Grapes( @Grab(group='net.openhft', module='chronicle-threads', version='2.20.111') )
<dependency org="net.openhft" name="chronicle-threads" rev="2.20.111" />
[net.openhft/chronicle-threads "2.20.111"]
'net.openhft:chronicle-threads:jar:2.20.111'
<parent> <groupId>net.openhft</groupId> <artifactId>java-parent-pom</artifactId> <version>1.1.24</version> </parent>
compile
|-- net.openhft:affinity
|-- net.openhft:chronicle-core
|-- org.slf4j:slf4j-api
test
|-- junit:junit
|-- org.slf4j:slf4j-simple