mirror of
https://github.com/EsotericSoftware/reflectasm.git
synced 2024-12-27 13:00:44 +08:00
Add installation note (maven) to README, with upcoming version
This commit is contained in:
parent
900abe45ce
commit
3ab8ba8697
12
README.md
12
README.md
@ -16,6 +16,18 @@ ReflectASM is a very small Java library that provides high performance reflectio
|
||||
|
||||
The source code for these benchmarks is included in the project. The above charts were generated on Oracle's Java 7u3, server VM.
|
||||
|
||||
## Installation
|
||||
|
||||
To use reflectasm with maven, please use the following snippet in your pom.xml
|
||||
|
||||
```xml
|
||||
<dependency>
|
||||
<groupId>com.esotericsoftware</groupId>
|
||||
<artifactId>reflectasm</artifactId>
|
||||
<version>1.10.0</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
Method reflection with ReflectASM:
|
||||
|
Loading…
Reference in New Issue
Block a user