Skip to content

Commit 2d0cfa5

Browse files
authored
Merge pull request #8 from abranhe/stuff-to-readme
switch to shields.io badge
2 parents b518e10 + 638762f commit 2d0cfa5

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

readme.md

+23-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</div>
1212

1313
<p align="center">
14-
<a href="https://search.maven.org/#artifactdetails%7Ccom.abranhe%7Callalgorithms"><img src="https://maven-badges.herokuapp.com/maven-central/com.abranhe/allalgorithms/badge.svg"></a>
14+
<a href="https://search.maven.org/search?q=g:%22com.abranhe%22%20AND%20a:%22allalgorithms%22"><img src="https://img.shields.io/maven-central/v/com.abranhe/allalgorithms.svg?label=Maven%20Central"></a>
1515
<a href="https://www.javadoc.io/doc/com.abranhe/allalgorithms"><img src="https://www.javadoc.io/badge/com.abranhe/allalgorithms.svg" alt="Javadocs"></a>
1616
<a href="https://travis-ci.org/abranhe/allalgorithms-java"><img src="https://img.shields.io/travis/abranhe/allalgorithms-java.svg?logo=travis" /></a>
1717
<a href="https://github.com/abranhe/allalgorithms-java/blob/master/license"><img src="https://img.shields.io/github/license/abranhe/allalgorithms-java.svg" /></a>
@@ -53,12 +53,32 @@ Read the detailed documentation at [java.allalgorithms.com](https://java.allalgo
5353
#### Gradle
5454

5555
```
56-
compile 'com.abranhe:bigdecimal:0 .0.1'
56+
compile 'com.abranhe:bigdecimal:0.0.1'
5757
```
5858

59-
## Import
59+
#### Apache Ivy
6060

61+
```xml
62+
<dependency org="com.abranhe" name="allalgorithms" rev="0.0.1" />
63+
```
64+
65+
#### Groovy Grape
66+
67+
```groovy
68+
@Grapes(
69+
@Grab(group='com.abranhe', module='allalgorithms', version='0.0.1')
70+
)
6171
```
72+
73+
#### Apache Builder
74+
75+
```
76+
'com.abranhe:allalgorithms:jar:0.0.1'
77+
```
78+
79+
### Using it in your project?
80+
81+
```java
6282
import com.abranhe.allalgorithms.*;
6383
```
6484

0 commit comments

Comments
 (0)