mirror of
https://github.com/EsotericSoftware/reflectasm.git
synced 2024-12-28 05:20:23 +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.
|
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
|
## Usage
|
||||||
|
|
||||||
Method reflection with ReflectASM:
|
Method reflection with ReflectASM:
|
||||||
|
Loading…
Reference in New Issue
Block a user