License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdorg.jsonx.sample |
ArtifactId | ArtifactIdinvoice |
Version | Version0.3.2 |
Type | Typejar |
Description |
DescriptionJSONx Sample Invoice
JSONx Sample Invoice: An example related to invoices.
|
Project Organization |
Project OrganizationJSONx |
Filename | Size |
---|---|
invoice-0.3.2.pom | |
invoice-0.3.2.jar | 9 KB |
invoice-0.3.2-tests.jar | 3 KB |
invoice-0.3.2-sources.jar | 7 KB |
invoice-0.3.2-javadoc.jar | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jsonx.sample/invoice/ -->
<dependency>
<groupId>org.jsonx.sample</groupId>
<artifactId>invoice</artifactId>
<version>0.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.jsonx.sample/invoice/
implementation 'org.jsonx.sample:invoice:0.3.2'
// https://jarcasting.com/artifacts/org.jsonx.sample/invoice/
implementation ("org.jsonx.sample:invoice:0.3.2")
'org.jsonx.sample:invoice:jar:0.3.2'
<dependency org="org.jsonx.sample" name="invoice" rev="0.3.2">
<artifact name="invoice" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jsonx.sample', module='invoice', version='0.3.2')
)
libraryDependencies += "org.jsonx.sample" % "invoice" % "0.3.2"
[org.jsonx.sample/invoice "0.3.2"]
Group / Artifact | Type | Version |
---|---|---|
org.jsonx : binding | jar | 0.3.2 |
org.libj : logging | jar | 0.4.5 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
Group / Artifact | Type | Version |
---|---|---|
org.libj : test | jar | 0.7.1 |
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 3.1.0 |