Skip to content

Commit 9e64fcc

Browse files
committed
readme updated
1 parent 60ec4f1 commit 9e64fcc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,18 @@ Just download the package from [here]() and add it to your project classpath, or
2929
<!-- TODO: add package -->
3030
Gradle:
3131
```groovy
32-
'com.ramotion.?'
32+
compile 'com.ramotion.circlemenu:circle-menu:0.1.0'
3333
```
3434
SBT:
3535
```scala
36-
libraryDependencies += "?"
36+
libraryDependencies += "com.ramotion.circlemenu" % "circle-menu" % "0.1.0"
3737
```
3838
Maven:
3939
```xml
4040
<dependency>
41-
<groupId>com.ramotion.?</groupId>
42-
<artifactId>?</artifactId>
43-
<version>?</version>
41+
<groupId>com.ramotion.circlemenu</groupId>
42+
<artifactId>circle-menu</artifactId>
43+
<version>0.1.0</version>
4444
</dependency>
4545
```
4646

0 commit comments

Comments
 (0)