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