License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.github.andreidore |
ArtifactId | ArtifactIdfancourierclient |
Version | Version0.1.0 |
Type | Typejar |
Description |
DescriptionFancourier API client for Java
A Fancourier API client for Java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
fancourierclient-0.1.0.pom | |
fancourierclient-0.1.0.jar | 6 KB |
fancourierclient-0.1.0-sources.jar | 2 KB |
fancourierclient-0.1.0-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.andreidore/fancourierclient/ -->
<dependency>
<groupId>com.github.andreidore</groupId>
<artifactId>fancourierclient</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.andreidore/fancourierclient/
implementation 'com.github.andreidore:fancourierclient:0.1.0'
// https://jarcasting.com/artifacts/com.github.andreidore/fancourierclient/
implementation ("com.github.andreidore:fancourierclient:0.1.0")
'com.github.andreidore:fancourierclient:jar:0.1.0'
<dependency org="com.github.andreidore" name="fancourierclient" rev="0.1.0">
<artifact name="fancourierclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.andreidore', module='fancourierclient', version='0.1.0')
)
libraryDependencies += "com.github.andreidore" % "fancourierclient" % "0.1.0"
[com.github.andreidore/fancourierclient "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
commons-io : commons-io | jar | 2.6 |
net.dongliu : requests | jar | 4.17.0 |
org.apache.commons : commons-csv | jar | 1.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
com.github.tomakehurst : wiremock | jar | 2.14.0 |