License |
License
The Apache License v2.0
|
---|---|
Categories |
CategoriesJava Languages Net Networking Serialization Data Data Formats |
GroupId | GroupIdcom.pcloud.pcloud-networking-java |
ArtifactId | ArtifactIdserialization-annotations |
Last Version | Last Version2.6.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionpcloud-networking-java
A Network Stack for pCloud's API written in Java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.pcloud.pcloud-networking-java/serialization-annotations/ -->
<dependency>
<groupId>com.pcloud.pcloud-networking-java</groupId>
<artifactId>serialization-annotations</artifactId>
<version>2.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.pcloud.pcloud-networking-java/serialization-annotations/
implementation 'com.pcloud.pcloud-networking-java:serialization-annotations:2.6.0'
// https://jarcasting.com/artifacts/com.pcloud.pcloud-networking-java/serialization-annotations/
implementation ("com.pcloud.pcloud-networking-java:serialization-annotations:2.6.0")
'com.pcloud.pcloud-networking-java:serialization-annotations:jar:2.6.0'
<dependency org="com.pcloud.pcloud-networking-java" name="serialization-annotations" rev="2.6.0">
<artifact name="serialization-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pcloud.pcloud-networking-java', module='serialization-annotations', version='2.6.0')
)
libraryDependencies += "com.pcloud.pcloud-networking-java" % "serialization-annotations" % "2.6.0"
[com.pcloud.pcloud-networking-java/serialization-annotations "2.6.0"]