| License |
License |
|---|---|
| Categories |
CategoriesJava Languages |
| GroupId | GroupIdcom.moneycollect |
| ArtifactId | ArtifactIdmoneycollect-java |
| Last Version | Last Version1.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncom.moneycollect:moneycollect-java
MoneyCollect Java client library
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| moneycollect-java-1.0.2.pom | |
| moneycollect-java-1.0.2.jar | 199 KB |
| moneycollect-java-1.0.2-sources.jar | 69 KB |
| moneycollect-java-1.0.2-javadoc.jar | 648 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.moneycollect/moneycollect-java/ -->
<dependency>
<groupId>com.moneycollect</groupId>
<artifactId>moneycollect-java</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.moneycollect/moneycollect-java/
implementation 'com.moneycollect:moneycollect-java:1.0.2'
// https://jarcasting.com/artifacts/com.moneycollect/moneycollect-java/
implementation ("com.moneycollect:moneycollect-java:1.0.2")
'com.moneycollect:moneycollect-java:jar:1.0.2'
<dependency org="com.moneycollect" name="moneycollect-java" rev="1.0.2">
<artifact name="moneycollect-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.moneycollect', module='moneycollect-java', version='1.0.2')
)
libraryDependencies += "com.moneycollect" % "moneycollect-java" % "1.0.2"
[com.moneycollect/moneycollect-java "1.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.22 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.11.4 |