From 87e89fd42ca44400a3d3d3d5477cd1525b24d91a Mon Sep 17 00:00:00 2001 From: syeyoung <42869671+cyoung06@users.noreply.github.com> Date: Tue, 8 Dec 2020 14:54:17 +0900 Subject: authentication stuff and network loading --- build.gradle | 1 + 1 file changed, 1 insertion(+) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index 6ed97f83..a1260803 100644 --- a/build.gradle +++ b/build.gradle @@ -40,6 +40,7 @@ minecraft { dependencies { implementation 'org.jetbrains:annotations-java5:19.0.0' + implementation 'com.auth0:java-jwt:3.11.0' // you may put jars on which you depend on in ./libs // or you may define them like so.. -- cgit