File tree 1 file changed +23
-3
lines changed
1 file changed +23
-3
lines changed Original file line number Diff line number Diff line change 11
11
</div >
12
12
13
13
<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>
15
15
<a href="https://www.javadoc.io/doc/com.abranhe/allalgorithms"><img src="https://www.javadoc.io/badge/com.abranhe/allalgorithms.svg" alt="Javadocs"></a>
16
16
<a href="https://travis-ci.org/abranhe/allalgorithms-java"><img src="https://img.shields.io/travis/abranhe/allalgorithms-java.svg?logo=travis" /></a>
17
17
<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
53
53
#### Gradle
54
54
55
55
```
56
- compile 'com.abranhe:bigdecimal:0 .0.1'
56
+ compile 'com.abranhe:bigdecimal:0.0.1'
57
57
```
58
58
59
- ## Import
59
+ #### Apache Ivy
60
60
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
+ )
61
71
```
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
62
82
import com.abranhe.allalgorithms.* ;
63
83
```
64
84
You can’t perform that action at this time.
0 commit comments