License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.github.andreidore |
ArtifactId | ArtifactIdsmartbillclient |
Version | Version0.5.0 |
Type | Typejar |
Description |
DescriptionSmartbill API client for Java
A Smartbill API client for Java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
smartbillclient-0.5.0.pom | |
smartbillclient-0.5.0.jar | 17 KB |
smartbillclient-0.5.0-sources.jar | 8 KB |
smartbillclient-0.5.0-javadoc.jar | 80 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.andreidore/smartbillclient/ -->
<dependency>
<groupId>com.github.andreidore</groupId>
<artifactId>smartbillclient</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.andreidore/smartbillclient/
implementation 'com.github.andreidore:smartbillclient:0.5.0'
// https://jarcasting.com/artifacts/com.github.andreidore/smartbillclient/
implementation ("com.github.andreidore:smartbillclient:0.5.0")
'com.github.andreidore:smartbillclient:jar:0.5.0'
<dependency org="com.github.andreidore" name="smartbillclient" rev="0.5.0">
<artifact name="smartbillclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.andreidore', module='smartbillclient', version='0.5.0')
)
libraryDependencies += "com.github.andreidore" % "smartbillclient" % "0.5.0"
[com.github.andreidore/smartbillclient "0.5.0"]
Group / Artifact | Type | Version |
---|---|---|
commons-io : commons-io | jar | 2.6 |
net.dongliu : requests | jar | 4.17.0 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.4 |
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
com.github.tomakehurst : wiremock | jar | 2.14.0 |