2
2
3
3
A stack of networking libraries for [ pCloud's API] [ docs ] binary protocol by pCloud AG.
4
4
5
- [ ![ Maven Central] ( https://img.shields.io/badge/Maven_Central-2.5.3 -17bed0?style=for-the-badge )] ( https://search.maven.org/search?q=g:com.pcloud.pcloud-networking-java )
6
- [ ![ Changelog] ( https://img.shields.io/badge/Changelog-2.5.3 -17bed0?style=for-the-badge )] ( CHANGELOG.md )
7
- [ ![ JavaDoc] ( https://img.shields.io/badge/JavaDoc-2.5.3 -17bed0?style=for-the-badge )] [ docs ]
5
+ [ ![ Maven Central] ( https://img.shields.io/badge/Maven_Central-2.6.0 -17bed0?style=for-the-badge )] ( https://search.maven.org/search?q=g:com.pcloud.pcloud-networking-java )
6
+ [ ![ Changelog] ( https://img.shields.io/badge/Changelog-2.6.0 -17bed0?style=for-the-badge )] ( CHANGELOG.md )
7
+ [ ![ JavaDoc] ( https://img.shields.io/badge/JavaDoc-2.6.0 -17bed0?style=for-the-badge )] [ docs ]
8
8
9
9
## Requirements
10
10
@@ -57,19 +57,19 @@ api.copy(...)
57
57
58
58
#### Download
59
59
60
- [ ![ Download] ( https://img.shields.io/badge/Maven_Central-2.5.3 -17bed0?style=for-the-badge ) ] ( https://search.maven.org/artifact/com.pcloud.pcloud-networking-java/composer/2.5.3 /jar )
60
+ [ ![ Download] ( https://img.shields.io/badge/Maven_Central-2.6.0 -17bed0?style=for-the-badge ) ] ( https://search.maven.org/artifact/com.pcloud.pcloud-networking-java/composer/2.6.0 /jar )
61
61
62
62
``` xml
63
63
<dependency >
64
64
<groupId >com.pcloud.pcloud-networking-java</groupId >
65
65
<artifactId >composer</artifactId >
66
- <version >2.5.3 </version >
66
+ <version >2.6.0 </version >
67
67
<type >pom</type >
68
68
</dependency >
69
69
```
70
70
71
71
``` groovy
72
- compile 'com.pcloud.pcloud-networking-java:composer:2.5.3 '
72
+ compile 'com.pcloud.pcloud-networking-java:composer:2.6.0 '
73
73
```
74
74
75
75
### Client
@@ -85,19 +85,19 @@ The `binapi-client` module contains a network client for composing and executing
85
85
86
86
#### Download
87
87
88
- [ ![ Download] ( https://img.shields.io/badge/Maven_Central-2.5.3 -17bed0?style=for-the-badge ) ] ( https://search.maven.org/artifact/com.pcloud.pcloud-networking-java/composer/2.5.3 /jar )
88
+ [ ![ Download] ( https://img.shields.io/badge/Maven_Central-2.6.0 -17bed0?style=for-the-badge ) ] ( https://search.maven.org/artifact/com.pcloud.pcloud-networking-java/composer/2.6.0 /jar )
89
89
90
90
``` xml
91
91
<dependency >
92
92
<groupId >com.pcloud.pcloud-networking-java</groupId >
93
93
<artifactId >binapi-client</artifactId >
94
- <version >2.5.3 </version >
94
+ <version >2.6.0 </version >
95
95
<type >pom</type >
96
96
</dependency >
97
97
```
98
98
99
99
``` groovy
100
- compile 'com.pcloud.pcloud-networking-java:binapi-client:2.5.3 '
100
+ compile 'com.pcloud.pcloud-networking-java:binapi-client:2.6.0 '
101
101
```
102
102
103
103
--------------------------------------------------------------------------------
@@ -113,20 +113,20 @@ The `serialization` module contains a library for serializing Java objects to bi
113
113
114
114
#### Download
115
115
116
- [ ![ Download] ( https://img.shields.io/badge/Maven_Central-2.5.3 -17bed0?style=for-the-badge ) ] ( https://search.maven.org/artifact/com.pcloud.pcloud-networking-java/serialization/2.5.3 /jar )
116
+ [ ![ Download] ( https://img.shields.io/badge/Maven_Central-2.6.0 -17bed0?style=for-the-badge ) ] ( https://search.maven.org/artifact/com.pcloud.pcloud-networking-java/serialization/2.6.0 /jar )
117
117
118
118
119
119
``` xml
120
120
<dependency >
121
121
<groupId >com.pcloud.pcloud-networking-java</groupId >
122
122
<artifactId >serialization</artifactId >
123
- <version >2.5.3 </version >
123
+ <version >2.6.0 </version >
124
124
<type >pom</type >
125
125
</dependency >
126
126
```
127
127
128
128
``` groovy
129
- compile 'com.pcloud.pcloud-networking-java:serialization:2.5.3 '
129
+ compile 'com.pcloud.pcloud-networking-java:serialization:2.6.0 '
130
130
```
131
131
--------------------------------------------------------------------------------
132
132
### Protocol
@@ -141,19 +141,19 @@ The `protocol` module contains the core logic for writing/reading data in the fo
141
141
142
142
#### Download
143
143
144
- [ ![ Download] ( https://img.shields.io/badge/Maven_Central-2.5.3 -17bed0?style=for-the-badge )] ( https://search.maven.org/artifact/com.pcloud.pcloud-networking-java/composer/2.5.3 /jar )
144
+ [ ![ Download] ( https://img.shields.io/badge/Maven_Central-2.6.0 -17bed0?style=for-the-badge )] ( https://search.maven.org/artifact/com.pcloud.pcloud-networking-java/composer/2.6.0 /jar )
145
145
146
146
``` xml
147
147
<dependency >
148
148
<groupId >com.pcloud.pcloud-networking-java</groupId >
149
149
<artifactId >protocol</artifactId >
150
- <version >2.5.3 </version >
150
+ <version >2.6.0 </version >
151
151
<type >pom</type >
152
152
</dependency >
153
153
```
154
154
155
155
``` groovy
156
- compile 'com.pcloud.pcloud-networking-java:protocol:2.5.3 '
156
+ compile 'com.pcloud.pcloud-networking-java:protocol:2.6.0 '
157
157
```
158
158
159
159
## License
0 commit comments