Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
jac18281828 committed Jul 12, 2018
1 parent a8cc5f9 commit 8878728
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions README.md
Expand Up @@ -17,23 +17,34 @@ Run the maven build to build and use the package.

# Conversant Disruptor is on Maven Central

Java 8 is highly recommended for best performance. Java 8 users can include Conversant Disruptor from Maven Central:
For Java 8, Include Conversant Disruptor from Maven Central:

```
<dependency>
<groupId>com.conversantmedia</groupId>
<artifactId>disruptor</artifactId>
<version>1.2.11</version>
<version>1.2.12</version>
<classifier>jdk8</classifier>
</dependency>
```
Or through the main jar
For Java 10:

```
<dependency>
<groupId>com.conversantmedia</groupId>
<artifactId>disruptor</artifactId>
<version>1.2.11</version>
<version>1.2.12</version>
<classifier>jdk10</classifier>
</dependency>
```

Or through the default Java 8 jar

```
<dependency>
<groupId>com.conversantmedia</groupId>
<artifactId>disruptor</artifactId>
<version>1.2.12</version>
</dependency>
```

Expand All @@ -48,6 +59,8 @@ Java 7 is only supported in 1.2.10 and below.
</dependency>
```

Java 9 is no longer supported.

## Discussion Forum

Conversant Disruptor has a google group so you can follow releases and changes:
Expand Down

0 comments on commit 8878728

Please sign in to comment.