We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7280743 commit 7783172Copy full SHA for 7783172
build.gradle
@@ -4,18 +4,22 @@ plugins {
4
}
5
6
group 'MIAT'
7
-version '3.0'
+version '3.5'
8
9
repositories {
10
gradlePluginPortal()
11
mavenCentral()
12
+ maven { url 'https://jitpack.io' }
13
14
15
dependencies {
16
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'
17
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1'
18
implementation 'org.javacord:javacord:3.8.0'
19
implementation 'com.squareup.okhttp3:okhttp:4.11.0'
20
+ implementation 'com.github.therealbush:translator:1.0.2'
21
+ implementation "com.deepl.api:deepl-java:1.3.0"
22
+ implementation 'org.json:json:20230618'
23
24
25
jar {
0 commit comments