Skip to content

Commit ae070c2

Browse files
committed
Added developer maven repository description.
1 parent 78b0387 commit ae070c2

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,35 @@ In the project root directory:
1717
./gradle shadowJar
1818
```
1919
***
20+
### Developer
21+
> Maven usage
22+
```
23+
<repositories>
24+
<repository>
25+
<id>roselle-repo</id>
26+
<url>http://mc3.roselle.vip:602/maven-repositories/</url>
27+
</repository>
28+
</repositories>
29+
30+
<dependencies>
31+
<dependency>
32+
<groupId>me.scoretwo</groupId>
33+
<artifactId>FastScript</artifactId>
34+
<version>1.0.1-SNAPSHOT</version>
35+
<scope>provided</scope>
36+
</dependency>
37+
</dependencies>
38+
```
39+
> Gradle
40+
```
41+
repositories {
42+
maven {url 'http://mc3.roselle.vip:602/maven-repositories/'}
43+
}
44+
dependencies {
45+
implementation 'me.scoretwo:FastScript:1.0.1-SNAPSHOT'
46+
}
47+
```
48+
2049
### Links
2150

2251
[<img src="http://mc3.roselle.vip:602/icons/github.svg" width="64" height="64"/>](https://github.com/Score2/FastScript)  [<img src="http://mc3.roselle.vip:602/icons/wiki.svg" width="64" height="64"/>](https://github.com/Score2/FastScript/wiki)  [<img src="http://mc3.roselle.vip:602/icons/discord.svg" width="64" height="64"/>](https://discord.gg/GVM6vx9)

0 commit comments

Comments
 (0)