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