Skip to content

Commit 1af7e4b

Browse files
committed
update README, link to maven central
1 parent 9a5a107 commit 1af7e4b

File tree

26 files changed

+52
-54
lines changed

26 files changed

+52
-54
lines changed

clients/algo/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Open Issues](https://img.shields.io/github/issues/binance/binance-connector-java)](https://github.com/binance/binance-connector-java/issues)
44
[![Code Style: Spotless](https://img.shields.io/badge/code%20style-spotless-ff69b4)](https://github.com/diffplug/spotless)
5-
![Maven Central Version](https://img.shields.io/maven-central/v/io.github.binance/binance-algo)
5+
[![Maven Central Version](https://img.shields.io/maven-central/v/io.github.binance/binance-algo)](https://central.sonatype.com/artifact/io.github.binance/binance-algo)
66
![Java Version](https://img.shields.io/badge/Java-%3E=11-brightgreen)
77
[![Known Vulnerabilities](https://snyk.io/test/github/binance/binance-connector-java/badge.svg)](https://snyk.io/test/github/binance/binance-connector-java)
88
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
@@ -134,7 +134,7 @@ If `basePath` is not provided, it defaults to `https://api.binance.com`.
134134
To run the tests:
135135

136136
```bash
137-
mvn -f clients/pom.xml -pl algo
137+
mvn -f clients/pom.xml -pl algo test
138138
```
139139

140140
The tests cover:

clients/auto-invest/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Open Issues](https://img.shields.io/github/issues/binance/binance-connector-java)](https://github.com/binance/binance-connector-java/issues)
44
[![Code Style: Spotless](https://img.shields.io/badge/code%20style-spotless-ff69b4)](https://github.com/diffplug/spotless)
5-
![Maven Central Version](https://img.shields.io/maven-central/v/io.github.binance/binance-auto-invest)
5+
[![Maven Central Version](https://img.shields.io/maven-central/v/io.github.binance/binance-auto-invest)](https://central.sonatype.com/artifact/io.github.binance/binance-auto-invest)
66
![Java Version](https://img.shields.io/badge/Java-%3E=11-brightgreen)
77
[![Known Vulnerabilities](https://snyk.io/test/github/binance/binance-connector-java/badge.svg)](https://snyk.io/test/github/binance/binance-connector-java)
88
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
@@ -134,7 +134,7 @@ If `basePath` is not provided, it defaults to `https://api.binance.com`.
134134
To run the tests:
135135

136136
```bash
137-
mvn -f clients/pom.xml -pl auto-invest
137+
mvn -f clients/pom.xml -pl auto-invest test
138138
```
139139

140140
The tests cover:

clients/c2c/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Open Issues](https://img.shields.io/github/issues/binance/binance-connector-java)](https://github.com/binance/binance-connector-java/issues)
44
[![Code Style: Spotless](https://img.shields.io/badge/code%20style-spotless-ff69b4)](https://github.com/diffplug/spotless)
5-
![Maven Central Version](https://img.shields.io/maven-central/v/io.github.binance/binance-c2c-connector-java)
5+
[![Maven Central Version](https://img.shields.io/maven-central/v/io.github.binance/binance-c2c)](https://central.sonatype.com/artifact/io.github.binance/binance-c2c)
66
![Java Version](https://img.shields.io/badge/Java-%3E=11-brightgreen)
77
[![Known Vulnerabilities](https://snyk.io/test/github/binance/binance-connector-java/badge.svg)](https://snyk.io/test/github/binance/binance-connector-java)
88
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
@@ -134,7 +134,7 @@ If `basePath` is not provided, it defaults to `https://api.binance.com`.
134134
To run the tests:
135135

136136
```bash
137-
mvn -f clients/pom.xml -pl c2c
137+
mvn -f clients/pom.xml -pl c2c test
138138
```
139139

140140
The tests cover:

clients/common/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,15 @@
22

33
[![Open Issues](https://img.shields.io/github/issues/binance/binance-connector-java)](https://github.com/binance/binance-connector-java/issues)
44
[![Code Style: Spotless](https://img.shields.io/badge/code%20style-spotless-ff69b4)](https://github.com/diffplug/spotless)
5-
![Maven Central Version](https://img.shields.io/maven-central/v/io.github.binance/binance-algo)
5+
[![Maven Central Version](https://img.shields.io/maven-central/v/io.github.binance/binance-common)](https://central.sonatype.com/artifact/io.github.binance/binance-common)
66
![Java Version](https://img.shields.io/badge/Java-%3E=11-brightgreen)
77
[![Known Vulnerabilities](https://snyk.io/test/github/binance/binance-connector-java/badge.svg)](https://snyk.io/test/github/binance/binance-connector-java)
88
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
99

10-
`@binance/common` is a **utility package** for Binance modular connectors, providing commonly used functions and helpers for working with Binance REST/WebSocket APIs. It ensures reusable and optimized utilities to streamline development.
10+
`binance-common` is a **utility package** for Binance modular connectors, providing commonly used functions and helpers for working with Binance REST/WebSocket APIs. It ensures reusable and optimized utilities to streamline development.
1111

1212
## Installation
1313

14-
To use this package, install it via `npm`:
15-
1614
```xml
1715
<dependency>
1816
<groupId>io.github.binance</groupId>

clients/convert/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Open Issues](https://img.shields.io/github/issues/binance/binance-connector-java)](https://github.com/binance/binance-connector-java/issues)
44
[![Code Style: Spotless](https://img.shields.io/badge/code%20style-spotless-ff69b4)](https://github.com/diffplug/spotless)
5-
![Maven Central Version](https://img.shields.io/maven-central/v/io.github.binance/binance-convert)
5+
[![Maven Central Version](https://img.shields.io/maven-central/v/io.github.binance/binance-convert)](https://central.sonatype.com/artifact/io.github.binance/binance-convert)
66
![Java Version](https://img.shields.io/badge/Java-%3E=11-brightgreen)
77
[![Known Vulnerabilities](https://snyk.io/test/github/binance/binance-connector-java/badge.svg)](https://snyk.io/test/github/binance/binance-connector-java)
88
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
@@ -134,7 +134,7 @@ If `basePath` is not provided, it defaults to `https://api.binance.com`.
134134
To run the tests:
135135

136136
```bash
137-
mvn -f clients/pom.xml -pl convert
137+
mvn -f clients/pom.xml -pl convert test
138138
```
139139

140140
The tests cover:

clients/copy-trading/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Open Issues](https://img.shields.io/github/issues/binance/binance-connector-java)](https://github.com/binance/binance-connector-java/issues)
44
[![Code Style: Spotless](https://img.shields.io/badge/code%20style-spotless-ff69b4)](https://github.com/diffplug/spotless)
5-
![Maven Central Version](https://img.shields.io/maven-central/v/io.github.binance/binance-copy-trading)
5+
[![Maven Central Version](https://img.shields.io/maven-central/v/io.github.binance/binance-copy-trading)](https://central.sonatype.com/artifact/io.github.binance/binance-copy-trading)
66
![Java Version](https://img.shields.io/badge/Java-%3E=11-brightgreen)
77
[![Known Vulnerabilities](https://snyk.io/test/github/binance/binance-connector-java/badge.svg)](https://snyk.io/test/github/binance/binance-connector-java)
88
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
@@ -134,7 +134,7 @@ If `basePath` is not provided, it defaults to `https://api.binance.com`.
134134
To run the tests:
135135

136136
```bash
137-
mvn -f clients/pom.xml -pl copy-trading
137+
mvn -f clients/pom.xml -pl copy-trading test
138138
```
139139

140140
The tests cover:

clients/crypto-loan/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Open Issues](https://img.shields.io/github/issues/binance/binance-connector-java)](https://github.com/binance/binance-connector-java/issues)
44
[![Code Style: Spotless](https://img.shields.io/badge/code%20style-spotless-ff69b4)](https://github.com/diffplug/spotless)
5-
![Maven Central Version](https://img.shields.io/maven-central/v/io.github.binance/binance-crypto-loan)
5+
[![Maven Central Version](https://img.shields.io/maven-central/v/io.github.binance/binance-crypto-loan)](https://central.sonatype.com/artifact/io.github.binance/binance-crypto-loan)
66
![Java Version](https://img.shields.io/badge/Java-%3E=11-brightgreen)
77
[![Known Vulnerabilities](https://snyk.io/test/github/binance/binance-connector-java/badge.svg)](https://snyk.io/test/github/binance/binance-connector-java)
88
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
@@ -137,7 +137,7 @@ If `basePath` is not provided, it defaults to `https://api.binance.com`.
137137
To run the tests:
138138

139139
```bash
140-
mvn -f clients/pom.xml -pl crypto-loan
140+
mvn -f clients/pom.xml -pl crypto-loan test
141141
```
142142

143143
The tests cover:

clients/derivatives-trading-coin-futures/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Open Issues](https://img.shields.io/github/issues/binance/binance-connector-java)](https://github.com/binance/binance-connector-java/issues)
44
[![Code Style: Spotless](https://img.shields.io/badge/code%20style-spotless-ff69b4)](https://github.com/diffplug/spotless)
5-
![Maven Central Version](https://img.shields.io/maven-central/v/io.github.binance/binance-derivatives-trading-coin-futures)
5+
[![Maven Central Version](https://img.shields.io/maven-central/v/io.github.binance/binance-derivatives-trading-coin-futures)](https://central.sonatype.com/artifact/io.github.binance/binance-derivatives-trading-coin-futures)
66
![Java Version](https://img.shields.io/badge/Java-%3E=11-brightgreen)
77
[![Known Vulnerabilities](https://snyk.io/test/github/binance/binance-connector-java/badge.svg)](https://snyk.io/test/github/binance/binance-connector-java)
88
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
@@ -138,7 +138,7 @@ If `basePath` is not provided, it defaults to `https://api.binance.com`.
138138
To run the tests:
139139

140140
```bash
141-
mvn -f clients/pom.xml -pl derivatives-trading-coin-futures
141+
mvn -f clients/pom.xml -pl derivatives-trading-coin-futures test
142142
```
143143

144144
The tests cover:

clients/derivatives-trading-options/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Open Issues](https://img.shields.io/github/issues/binance/binance-connector-java)](https://github.com/binance/binance-connector-java/issues)
44
[![Code Style: Spotless](https://img.shields.io/badge/code%20style-spotless-ff69b4)](https://github.com/diffplug/spotless)
5-
![Maven Central Version](https://img.shields.io/maven-central/v/io.github.binance/binance-derivatives-trading-options)
5+
[![Maven Central Version](https://img.shields.io/maven-central/v/io.github.binance/binance-derivatives-trading-options)](https://central.sonatype.com/artifact/io.github.binance/binance-derivatives-trading-options)
66
![Java Version](https://img.shields.io/badge/Java-%3E=11-brightgreen)
77
[![Known Vulnerabilities](https://snyk.io/test/github/binance/binance-connector-java/badge.svg)](https://snyk.io/test/github/binance/binance-connector-java)
88
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
@@ -136,7 +136,7 @@ If `basePath` is not provided, it defaults to `https://api.binance.com`.
136136
To run the tests:
137137

138138
```bash
139-
mvn -f clients/pom.xml -pl derivatives-trading-options
139+
mvn -f clients/pom.xml -pl derivatives-trading-options test
140140
```
141141

142142
The tests cover:

clients/derivatives-trading-portfolio-margin-pro/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Open Issues](https://img.shields.io/github/issues/binance/binance-connector-java)](https://github.com/binance/binance-connector-java/issues)
44
[![Code Style: Spotless](https://img.shields.io/badge/code%20style-spotless-ff69b4)](https://github.com/diffplug/spotless)
5-
![Maven Central Version](https://img.shields.io/maven-central/v/io.github.binance/binance-derivatives-trading-portfolio-margin-pro)
5+
[![Maven Central Version](https://img.shields.io/maven-central/v/io.github.binance/binance-derivatives-trading-portfolio-margin-pro)](https://central.sonatype.com/artifact/io.github.binance/binance-derivatives-trading-portfolio-margin-pro)
66
![Java Version](https://img.shields.io/badge/Java-%3E=11-brightgreen)
77
[![Known Vulnerabilities](https://snyk.io/test/github/binance/binance-connector-java/badge.svg)](https://snyk.io/test/github/binance/binance-connector-java)
88
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
@@ -134,7 +134,7 @@ If `basePath` is not provided, it defaults to `https://api.binance.com`.
134134
To run the tests:
135135

136136
```bash
137-
mvn -f clients/pom.xml -pl derivatives-trading-portfolio-margin-pro
137+
mvn -f clients/pom.xml -pl derivatives-trading-portfolio-margin-pro test
138138
```
139139

140140
The tests cover:

0 commit comments

Comments
 (0)