Skip to content

Commit

Permalink
Merge pull request #16 from hjyun328/hjyun/develop
Browse files Browse the repository at this point in the history
DOC: update README.md
  • Loading branch information
jhpark816 authored Jan 30, 2020
2 parents f9b58e3 + ad61b7d commit 05d1520
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ The artifact for arcus-spring is in the central Maven repository. To use it, add
<dependency>
<groupId>com.navercorp.arcus</groupId>
<artifactId>arcus-spring</artifactId>
<version>1.11.4</version>
<version>1.11.5</version>
</dependency>
</dependencies>
```

#### Gradle (build.gradle)
```
dependencies {
compile 'com.navercorp.arcus:arcus-spring:1.11.4'
compile 'com.navercorp.arcus:arcus-spring:1.11.5'
}
```

Expand Down

0 comments on commit 05d1520

Please sign in to comment.