Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
madhephaestus authored Jan 7, 2019
1 parent 115da01 commit a0625fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ In addition to CSG this library provides the following features:



##Maven
## Maven
```
<dependency>
<groupId>com.neuronrobotics</groupId>
Expand All @@ -36,15 +36,15 @@ In addition to CSG this library provides the following features:
</dependency>
```

##Gradle
## Gradle
```
repositories {
//com.neuronrobotics hosting point
maven { url 'https://oss.sonatype.org/content/repositories/staging/' }
}
dependencies {
compile "com.neuronrobotics:JavaCad:0.18.1"
}
compile "com.neuronrobotics:JavaCad:0.18.1"
}
```

Expand Down

0 comments on commit a0625fd

Please sign in to comment.