Last Version

EasyDonate4J 2.0.6

The official SDK for the EasyDonate payments system written on Java

License

License

GroupId

GroupId

ru.easydonate.easydonate4j
ArtifactId

ArtifactId

parent
Version

Version

2.0.6
Type

Type

pom
Description

Description

EasyDonate4J
The official SDK for the EasyDonate payments system written on Java
Project URL

Project URL

https://github.com/SoKnight/EasyDonate4J/
Project Organization

Project Organization

EasyDonate
Source Code Management

Source Code Management

http://github.com/SoKnight/EasyDonate4J/tree/master

Download parent 2.0.6

Filename Size
parent-2.0.6.pom 17 KB
Browse

<!-- https://jarcasting.com/artifacts/ru.easydonate.easydonate4j/parent/ -->
<dependency>
    <groupId>ru.easydonate.easydonate4j</groupId>
    <artifactId>parent</artifactId>
    <version>2.0.6</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ru.easydonate.easydonate4j/parent/
implementation 'ru.easydonate.easydonate4j:parent:2.0.6'
// https://jarcasting.com/artifacts/ru.easydonate.easydonate4j/parent/
implementation ("ru.easydonate.easydonate4j:parent:2.0.6")
'ru.easydonate.easydonate4j:parent:pom:2.0.6'
<dependency org="ru.easydonate.easydonate4j" name="parent" rev="2.0.6">
  <artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='ru.easydonate.easydonate4j', module='parent', version='2.0.6')
)
libraryDependencies += "ru.easydonate.easydonate4j" % "parent" % "2.0.6"
[ru.easydonate.easydonate4j/parent "2.0.6"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • api-v3
  • callback-api
  • core
  • json-providers/gson-json-provider
  • json-providers/jackson-json-provider
  • http-clients/apache-http-client
  • http-clients/okhttp3-http-client
  • http-clients/jdk-legacy-http-client
  • http-clients/jdk-modern-http-client
  • testing