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