Skip to content
This repository was archived by the owner on Sep 1, 2025. It is now read-only.

Commit 6574005

Browse files
Create README.md
1 parent 7b4c5fe commit 6574005

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# CoolSMS Java 예제 프로젝트
2+
3+
* 실제 사용 예제의 경우 src/main/java/net/nurigo/springdemo 내의 ExampleController, KakaoExampleController를 참고해주세요.
4+
* 해당 예제 프로젝트 외 다른 프로젝트에서 연동 작업을 진행하실 경우pom.xml 내에 okhttp3 버전을 4.9.3로 재정의 하여 사용하여야 합니다.
5+
6+
## 실제 개발연동 시 추가해야 할 dependency
7+
```
8+
// Maven, pom.xml
9+
<dependency>
10+
<groupId>net.nurigo</groupId>
11+
<artifactId>sdk</artifactId>
12+
<version>4.1.3</version>
13+
</dependency>
14+
15+
<dependency>
16+
<groupId>com.squareup.okhttp3</groupId>
17+
<artifactId>okhttp</artifactId>
18+
<version>4.9.3</version>
19+
</dependency>
20+
```

0 commit comments

Comments
 (0)