2
2
[ download ] : https://bintray.com/jagrosh/maven/JDA-Utilities/_latestVersion
3
3
[ license ] : https://img.shields.io/badge/License-Apache%202.0-lightgrey.svg
4
4
[ issues] : https://img.shields.io/github/issues/JDA-Applications/JDA-Utilities.svg
5
- [ issueslink ] : https://github.com/JDA-Applications/JDA-Utilities/issues
5
+ [ issues-link ] : https://github.com/JDA-Applications/JDA-Utilities/issues
6
6
7
7
[ ![ version] [ ] ] [ download ]
8
8
[ ![ license] [ ] ] ( https://github.com/JDA-Applications/JDA-Utilities/tree/master/LICENSE )
9
- [ ![ issues] [ ] ] [ issueslink ]
9
+ [ ![ issues] [ ] ] [ issues-link ]
10
10
11
11
## JDA-Utilities
12
12
JDA-Utilities is a series of tools and utilities for use with [ JDA] ( https://github.com/DV8FromTheWorld/JDA )
13
13
to assist in bot creation.
14
14
15
- ## Version 2.0 Notice
16
- Version 2.0 comes with a lot of big (some breaking) changes to the library.
17
-
18
- If you use this library for anything, it is ** STRONGLY** recommended you read
19
- [ this gist] ( https://gist.github.com/TheMonitorLizard/4f09ac2a3c9d8019dc3cde02cc456eee )
20
- which documents all of the changes that have been made.
21
-
22
- If you have questions or concerns about any of these changes, please contact ** Shengaero** #9090 .
23
-
24
15
## Packages
25
16
26
- Since JDA-Utilities 2.0 , the library has been split into multiple modular projects,
17
+ Since JDA-Utilities 2.x , the library has been split into multiple modular projects,
27
18
in order to better organize it's contents based on what developers might want to use and not use.
28
19
29
20
+ [ Command Package] ( https://github.com/JDA-Applications/JDA-Utilities/tree/master/command )
@@ -43,7 +34,7 @@ With maven:
43
34
<dependency >
44
35
<groupId >com.jagrosh</groupId >
45
36
<artifactId >jda-utilities</artifactId >
46
- <version >2.1 </version >
37
+ <version >JDA-UTILITIES-VERSION </version >
47
38
<scope >compile</scope >
48
39
<type >pom</type >
49
40
</dependency >
@@ -64,7 +55,7 @@ With maven:
64
55
With gradle:
65
56
``` groovy
66
57
dependencies {
67
- compile 'com.jagrosh:jda-utilities:2.1 '
58
+ compile 'com.jagrosh:jda-utilities:JDA-UTILITIES-VERSION '
68
59
compile 'net.dv8tion:JDA:JDA-VERSION'
69
60
}
70
61
@@ -82,7 +73,7 @@ With maven:
82
73
<groupId >com.jagrosh</groupId >
83
74
<!-- Notice that the dependency notation ends with "-command" -->
84
75
<artifactId >jda-utilities-command</artifactId >
85
- <version >2.1 </version >
76
+ <version >JDA-UTILITIES-VERSION </version >
86
77
<scope >compile</scope >
87
78
</dependency >
88
79
```
@@ -91,7 +82,7 @@ With gradle:
91
82
``` groovy
92
83
dependencies {
93
84
// Notice that the dependency notation ends with "-command"
94
- compile 'com.jagrosh:jda-utilities-command:2.1 '
85
+ compile 'com.jagrosh:jda-utilities-command:JDA-UTILITIES-VERSION '
95
86
}
96
87
```
97
88
0 commit comments