Skip to content

Commit 99e358c

Browse files
committed
Merge branch 'master' of https://github.com/wjrmffldrhrl/Area into master
2 parents 2dab438 + 5c88c6e commit 99e358c

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

README.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,28 @@
11
# Area
22
Index area for working with something need to control area
3+
4+
# Installation
5+
## Java verison
6+
1.8
7+
8+
## Maven
9+
[MVN Repository](https://mvnrepository.com/artifact/com.github.wjrmffldrhrl/Area/0.0.9)
10+
```
11+
<!-- https://mvnrepository.com/artifact/com.github.wjrmffldrhrl/Area -->
12+
<dependency>
13+
<groupId>com.github.wjrmffldrhrl</groupId>
14+
<artifactId>Area</artifactId>
15+
<version>0.0.9</version>
16+
</dependency>
17+
18+
```
19+
20+
## Gradle
21+
```
22+
// https://mvnrepository.com/artifact/com.github.wjrmffldrhrl/Area
23+
compile group: 'com.github.wjrmffldrhrl', name: 'Area', version: '0.0.9'
24+
25+
```
26+
27+
# Usage
28+

0 commit comments

Comments
 (0)