| License | License | 
|---|---|
| Categories | CategoriesCLI User Interface JSON Data | 
| GroupId | GroupIdno.bouvet | 
| ArtifactId | ArtifactIdjson-client-parent | 
| Last Version | Last Version1.0.5 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionJSON Client Parent Parent project for JSON Client | 
| Filename | Size | 
|---|---|
| json-client-parent-1.0.5.pom | 6 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/no.bouvet/json-client-parent/ -->
<dependency>
    <groupId>no.bouvet</groupId>
    <artifactId>json-client-parent</artifactId>
    <version>1.0.5</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/no.bouvet/json-client-parent/
implementation 'no.bouvet:json-client-parent:1.0.5'// https://jarcasting.com/artifacts/no.bouvet/json-client-parent/
implementation ("no.bouvet:json-client-parent:1.0.5")'no.bouvet:json-client-parent:pom:1.0.5'<dependency org="no.bouvet" name="json-client-parent" rev="1.0.5">
  <artifact name="json-client-parent" type="pom" />
</dependency>@Grapes(
@Grab(group='no.bouvet', module='json-client-parent', version='1.0.5')
)libraryDependencies += "no.bouvet" % "json-client-parent" % "1.0.5"[no.bouvet/json-client-parent "1.0.5"]