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