| GroupId | GroupIdru.easydonate.easydonate4j |
|---|---|
| ArtifactId | ArtifactIdapi-v3 |
| Version | Version2.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| api-v3-2.0.1.pom | |
| api-v3-2.0.1.jar | 95 KB |
| api-v3-2.0.1-sources.jar | 62 KB |
| api-v3-2.0.1-javadoc.jar | 1 MB |
| api-v3-2.0.1-full.jar | 159 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ru.easydonate.easydonate4j/api-v3/ -->
<dependency>
<groupId>ru.easydonate.easydonate4j</groupId>
<artifactId>api-v3</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/ru.easydonate.easydonate4j/api-v3/
implementation 'ru.easydonate.easydonate4j:api-v3:2.0.1'
// https://jarcasting.com/artifacts/ru.easydonate.easydonate4j/api-v3/
implementation ("ru.easydonate.easydonate4j:api-v3:2.0.1")
'ru.easydonate.easydonate4j:api-v3:jar:2.0.1'
<dependency org="ru.easydonate.easydonate4j" name="api-v3" rev="2.0.1">
<artifact name="api-v3" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.easydonate.easydonate4j', module='api-v3', version='2.0.1')
)
libraryDependencies += "ru.easydonate.easydonate4j" % "api-v3" % "2.0.1"
[ru.easydonate.easydonate4j/api-v3 "2.0.1"]