File tree Expand file tree Collapse file tree 1 file changed +23
-3
lines changed Expand file tree Collapse file tree 1 file changed +23
-3
lines changed Original file line number Diff line number Diff line change 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
6282import com.abranhe.allalgorithms.* ;
6383```
6484
You can’t perform that action at this time.
0 commit comments