<dependency> <groupId>com.lmax</groupId> <artifactId>disruptor</artifactId> <version>4.0.0.RC1</version> </dependency>
implementation 'com.lmax:disruptor:4.0.0.RC1'
implementation("com.lmax:disruptor:4.0.0.RC1")
libraryDependencies += "com.lmax" % "disruptor" % "4.0.0.RC1"
@Grapes( @Grab(group='com.lmax', module='disruptor', version='4.0.0.RC1') )
<dependency org="com.lmax" name="disruptor" rev="4.0.0.RC1" />
[com.lmax/disruptor "4.0.0.RC1"]
'com.lmax:disruptor:jar:4.0.0.RC1'