11![ IOTA Logo] [ iota-logo ]
22
33# IOTA Java Library
4-
4+ [ ![ Codacy Badge ] [ codacy-badge ]] [ codacy ]
55[ ![ JitPack] [ jitpack-badge ]] [ jitpack ]
66[ ![ Build Status] [ travis-badge ]] [ travis ]
77[ ![ License] [ license-badge ]] [ license ]
@@ -36,7 +36,7 @@ All the boilerplate code for connecting to the node REST interface has been hidd
36361 . [ Disclaimer] ( #disclaimer )
37371 . [ Supporting the project] ( #supporting-the-project )
3838 1 . [ Join the Discussion] ( #join-the-discussion )
39- 1 . [ License] ( #license )
39+ 1 . [ License] ( codacity #license)
4040
4141## Installation
4242
@@ -56,7 +56,7 @@ allprojects {
5656Add this in your module ` build.gradle ` file:
5757``` gradle
5858dependencies {
59- compile 'com.github.iotaledger:iota-java:1.0.0-beta1 '
59+ compile 'com.github.iotaledger:iota-java:1.0.0-beta2 '
6060}
6161```
6262
@@ -82,7 +82,7 @@ Add this in your module `pom.xml` file:
8282</dependency >
8383```
8484For the [ VERSION_INFORMATION] , you can choose to set it to a release number, or the first 10 characters of a commit hash.
85- ` <version>17e0de8ed5 </version> ` or ` <version>1.0.0-beta1 </version> `
85+ ` <version>f3200c8380 </version> ` or ` <version>1.0.0-beta2 </version> `
8686
8787Or check it out at [ Jitpack] ( https://jitpack.io/#iotaledger/iota-java ) for more specific information
8888
@@ -96,7 +96,7 @@ Reference your new project to the "jota" project.
9696
9797##### Linking jar
9898In order to build the jar; the following command should be run on the "jota" project:
99- 'mvn clean install -Prelease -DprofileIdEnabled=true '
99+ 'mvn clean install'
100100
101101This will generate a jar with the following format: ` jota-[VERSION]-jar-with-dependencies.jar `
102102
@@ -279,17 +279,19 @@ See the License for the specific language governing permissions and
279279limitations under the License.
280280```
281281
282- [ iota-logo ] : https://raw.githubusercontent.com/iotaledger/documentation/master/source/images/iota-logo.png
282+ [ iota-logo ] : https://avatars0.githubusercontent.com/u/20126597?s=200&v=4
283+ [ codacy ] : https://www.codacy.com/app/kwek20/iota-java?utm_source=github.com& ; utm_medium=referral& ; utm_content=iotaledger/iota-java& ; utm_campaign=Badge_Grade
284+ [ codacy-badge ] : https://api.codacy.com/project/badge/Grade/92feea51a15c4e589386c269475b8761
283285[ jitpack ] : https://jitpack.io/#iotaledger/iota-java
284286[ jitpack-badge ] : https://jitpack.io/v/iotaledger/iota-java.svg
285287[ travis ] : https://travis-ci.org/iotaledger/iota-java
286288[ travis-badge ] : https://travis-ci.org/iotaledger/iota-java.svg?branch=master
287289[ license ] : https://github.com/iotaledger/iota-java/blob/master/LICENSE
288290[ license-badge ] : https://img.shields.io/github/license/iotaledger/iota-java.svg
289- [ iota-iri ] : https://github.com/iotaledger/iri/tree/v1.5.0
290- [ iota-iri-badge ] : https://img.shields.io/badge/IOTA%20IRI%20compatibility-v1.5.0 -blue.svg
291+ [ iota-iri ] : https://github.com/iotaledger/iri/tree/v1.5.5
292+ [ iota-iri-badge ] : https://img.shields.io/badge/IOTA%20IRI%20compatibility-v1.5.5 -blue.svg
291293[ iota-api ] : https://iota.readme.io/reference
292- [ iota-api-badge ] : https://img.shields.io/badge/IOTA%20API%20coverage-14 /15%20commands-red .svg
294+ [ iota-api-badge ] : https://img.shields.io/badge/IOTA%20API%20coverage-15 /15%20commands-green .svg
293295[ javadoc ] : https://iotaledger.github.io/iota-java/javadoc/
294296[ issues ] : https://github.com/iotaledger/iota-java/issues
295297[ new-issue ] : https://github.com/iotaledger/iota-java/issues/new
0 commit comments