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