Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Commit

Permalink
KOMORAN 3.3.5 이상 지원을 명시
Browse files Browse the repository at this point in the history
  • Loading branch information
9bow committed Nov 11, 2019
1 parent b9f828d commit 3d7dcba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ KOMORAN 관리도구는 크게 4가지 기능을 제공하는 메뉴들로 구
* `java -version` 명령어로 현재 버전을 확인할 수 있습니다.
* Chrome 브라우저
* 최신 버전의 Safari, Firefox 등에서도 동작합니다.
* KOMORAN 3.3.5 이상
* 별도로 설치하실 필요는 없습니다.
* 단, 본 관리도구에서 생성한 사전 및 모델은 3.3.5 이상 버전에서 사용 가능합니다.

### 설치 방법

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ repositories {

dependencies {
// use latest KOMORAN
compile 'com.github.shin285:KOMORAN:master-SNAPSHOT'
compile 'com.github.shin285:KOMORAN:3.3.5'

compile 'org.springframework.boot:spring-boot-starter-web'
compile 'org.springframework.boot:spring-boot-starter-data-jpa'
Expand Down

0 comments on commit 3d7dcba

Please sign in to comment.