License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdorg.jsonx.sample |
ArtifactId | ArtifactIdbank |
Version | Version0.3.2 |
Type | Typejar |
Description |
DescriptionJSONx Sample Bank
JSONx Sample Bank: An example related to bank account transactions.
|
Project Organization |
Project OrganizationJSONx |
Filename | Size |
---|---|
bank-0.3.2.pom | |
bank-0.3.2.jar | 7 KB |
bank-0.3.2-tests.jar | 4 KB |
bank-0.3.2-sources.jar | 6 KB |
bank-0.3.2-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jsonx.sample/bank/ -->
<dependency>
<groupId>org.jsonx.sample</groupId>
<artifactId>bank</artifactId>
<version>0.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.jsonx.sample/bank/
implementation 'org.jsonx.sample:bank:0.3.2'
// https://jarcasting.com/artifacts/org.jsonx.sample/bank/
implementation ("org.jsonx.sample:bank:0.3.2")
'org.jsonx.sample:bank:jar:0.3.2'
<dependency org="org.jsonx.sample" name="bank" rev="0.3.2">
<artifact name="bank" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jsonx.sample', module='bank', version='0.3.2')
)
libraryDependencies += "org.jsonx.sample" % "bank" % "0.3.2"
[org.jsonx.sample/bank "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 |