Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.andreidore |
ArtifactId | ArtifactIdsmartbillclient |
Version | Version0.3.1 |
Type | Typejar |
Filename | Size |
---|---|
smartbillclient-0.3.1.pom | |
smartbillclient-0.3.1.jar | 17 KB |
smartbillclient-0.3.1-sources.jar | 7 KB |
smartbillclient-0.3.1-javadoc.jar | 79 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.andreidore/smartbillclient/ -->
<dependency>
<groupId>com.github.andreidore</groupId>
<artifactId>smartbillclient</artifactId>
<version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.andreidore/smartbillclient/
implementation 'com.github.andreidore:smartbillclient:0.3.1'
// https://jarcasting.com/artifacts/com.github.andreidore/smartbillclient/
implementation ("com.github.andreidore:smartbillclient:0.3.1")
'com.github.andreidore:smartbillclient:jar:0.3.1'
<dependency org="com.github.andreidore" name="smartbillclient" rev="0.3.1">
<artifact name="smartbillclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.andreidore', module='smartbillclient', version='0.3.1')
)
libraryDependencies += "com.github.andreidore" % "smartbillclient" % "0.3.1"
[com.github.andreidore/smartbillclient "0.3.1"]