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