tobby48 4 년 전
부모
커밋
2cbcc3a0ae
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6
    0
      pom.xml

+ 6
- 0
pom.xml 파일 보기

@@ -55,6 +55,12 @@
55 55
 
56 56
 
57 57
 	<dependencies>
58
+	<dependency>
59
+    <groupId>com.github.twitch4j</groupId>
60
+    <artifactId>twitch4j</artifactId>
61
+    <version>1.1.0</version>
62
+</dependency>
63
+	
58 64
 		<dependency>
59 65
 			<groupId>junit</groupId>
60 66
 			<artifactId>junit</artifactId>