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