| License | License | 
|---|---|
| Categories | CategoriesDisruptor General Purpose Libraries High Performance | 
| GroupId | GroupIdcom.weicoder.fork | 
| ArtifactId | ArtifactIddisruptor-jdk11 | 
| Last Version | Last Version3.4.2 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionjava tools | 
| Filename | Size | 
|---|---|
| disruptor-jdk11-3.4.2.pom | |
| disruptor-jdk11-3.4.2.jar | 162 KB | 
| disruptor-jdk11-3.4.2-sources.jar | 79 KB | 
| disruptor-jdk11-3.4.2-javadoc.jar | 799 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.weicoder.fork/disruptor-jdk11/ -->
<dependency>
    <groupId>com.weicoder.fork</groupId>
    <artifactId>disruptor-jdk11</artifactId>
    <version>3.4.2</version>
</dependency>// https://jarcasting.com/artifacts/com.weicoder.fork/disruptor-jdk11/
implementation 'com.weicoder.fork:disruptor-jdk11:3.4.2'// https://jarcasting.com/artifacts/com.weicoder.fork/disruptor-jdk11/
implementation ("com.weicoder.fork:disruptor-jdk11:3.4.2")'com.weicoder.fork:disruptor-jdk11:jar:3.4.2'<dependency org="com.weicoder.fork" name="disruptor-jdk11" rev="3.4.2">
  <artifact name="disruptor-jdk11" type="jar" />
</dependency>@Grapes(
@Grab(group='com.weicoder.fork', module='disruptor-jdk11', version='3.4.2')
)libraryDependencies += "com.weicoder.fork" % "disruptor-jdk11" % "3.4.2"[com.weicoder.fork/disruptor-jdk11 "3.4.2"]