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