Skip to content

Commit

Permalink
Preparing for 1.0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
virustotalop committed Jul 25, 2018
1 parent 7cae0d5 commit 3376a5e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# Trident
[![Build Status](https://api.travis-ci.org/ClubObsidian/Trident.svg?branch=master)](https://travis-ci.org/ClubObsidian/Trident)
[![](https://jitpack.io/v/clubobsidian/Trident.svg)](https://jitpack.io/#clubobsidian/Trident)
[![build artifacts](https://jitpack.io/v/clubobsidian/Trident.svg)](https://jitpack.io/#clubobsidian/Trident)
[![codecov](https://codecov.io/gh/ClubObsidian/Trident/branch/master/graph/badge.svg)](https://codecov.io/gh/ClubObsidian/Trident)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[Javadocs](https://jitpack.io/com/github/clubobsidian/Trident/1.0.4/javadoc/)

A dead simpile annotation event system that allows different event executor implementations.

Trident implements reflection and generated Javassist method executors.



## Build Artifacts

Build artifacts are hosted via [Jitpack.](https://jitpack.io/#clubobsidian/Trident/)
Expand All @@ -21,7 +24,7 @@ repositories {
maven { url 'https://jitpack.io' }
}
compile 'com.github.clubobsidian:Trident:1.0.3'
compile 'com.github.clubobsidian:Trident:1.0.4'
```

### Maven
Expand All @@ -37,7 +40,7 @@ compile 'com.github.clubobsidian:Trident:1.0.3'
<dependency>
<groupId>com.github.clubobsidian</groupId>
<artifactId>Trident</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
</dependency>
```

Expand Down

0 comments on commit 3376a5e

Please sign in to comment.