File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
- # java-etherscan-api
1
+ # Java EtherScan API
2
2
3
- [ ![ GitHub Action] ( https://github.com/goodforgod/java-etherscan-api/workflows/Java%20CI/badge.svg )] ( https://github.com/GoodforGod/dummymaker /actions?query=workflow%3A%22Java+CI%22 )
4
- [ ![ Coverage] ( https://sonarcloud.io/api/project_badges/measure?project=GoodforGod_java-etherscan-api&metric=coverage )] ( https://sonarcloud.io/dashboard?id=GoodforGod_dummymaker )
5
- [ ![ Maintainability Rating] ( https://sonarcloud.io/api/project_badges/measure?project=GoodforGod_java-etherscan-api&metric=sqale_rating )] ( https://sonarcloud.io/dashboard?id=GoodforGod_dummymaker )
6
- [ ![ Lines of Code] ( https://sonarcloud.io/api/project_badges/measure?project=GoodforGod_java-etherscan-api&metric=ncloc )] ( https://sonarcloud.io/dashboard?id=GoodforGod_dummymaker )
7
- [ ![ Jitpack ] ( https://jitpack.io/v/iSnow /java-etherscan-api.svg )] ( https://jitpack.io/#GoodforGod/java-etherscan-api )
3
+ [ ![ GitHub Action] ( https://github.com/goodforgod/java-etherscan-api/workflows/Java%20CI/badge.svg )] ( https://github.com/GoodforGod/java-etherscan-api /actions?query=workflow%3A%22Java+CI%22 )
4
+ [ ![ Coverage] ( https://sonarcloud.io/api/project_badges/measure?project=GoodforGod_java-etherscan-api&metric=coverage )] ( https://sonarcloud.io/dashboard?id=GoodforGod_java-etherscan-api )
5
+ [ ![ Maintainability Rating] ( https://sonarcloud.io/api/project_badges/measure?project=GoodforGod_java-etherscan-api&metric=sqale_rating )] ( https://sonarcloud.io/dashboard?id=GoodforGod_java-etherscan-api )
6
+ [ ![ Lines of Code] ( https://sonarcloud.io/api/project_badges/measure?project=GoodforGod_java-etherscan-api&metric=ncloc )] ( https://sonarcloud.io/dashboard?id=GoodforGod_java-etherscan-api )
7
+ [ ![ ] ( https://jitpack.io/v/GoodforGod /java-etherscan-api.svg )] ( https://jitpack.io/#GoodforGod/java-etherscan-api )
8
8
9
- [ Etherscan] ( https://etherscan.io/apis ) Java API implementation.
9
+ [ Etherscan.io ] ( https://etherscan.io/apis ) Java API implementation.
10
10
11
- Library supports all available EtherScan * API* calls for all available * Ethereum Networks* .
11
+ Library supports all available EtherScan * API* calls for all available * Ethereum Networks* for * etherscan.io *
12
12
13
13
## Dependency :rocket :
14
14
** Maven**
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ plugins {
3
3
id ' java-library'
4
4
id ' maven-publish'
5
5
6
- id ' org.sonarqube' version ' 3.0 '
7
- id ' com.diffplug.gradle. spotless' version ' 4.4 .0'
6
+ id ' org.sonarqube' version ' 3.1.1 '
7
+ id ' com.diffplug.spotless' version ' 5.11 .0'
8
8
}
9
9
10
10
repositories {
You can’t perform that action at this time.
0 commit comments