| License | License | 
|---|---|
| Categories | CategoriesData CLI User Interface | 
| GroupId | GroupIdcom.quadient.dataservices | 
| ArtifactId | ArtifactIddataservices-client-parent | 
| Last Version | Last Version0.20 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionQuadient Data Services Client for Java Java client package for Quadient Data Services | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| dataservices-client-parent-0.20.pom | 6 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.quadient.dataservices/dataservices-client-parent/ -->
<dependency>
    <groupId>com.quadient.dataservices</groupId>
    <artifactId>dataservices-client-parent</artifactId>
    <version>0.20</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.quadient.dataservices/dataservices-client-parent/
implementation 'com.quadient.dataservices:dataservices-client-parent:0.20'// https://jarcasting.com/artifacts/com.quadient.dataservices/dataservices-client-parent/
implementation ("com.quadient.dataservices:dataservices-client-parent:0.20")'com.quadient.dataservices:dataservices-client-parent:pom:0.20'<dependency org="com.quadient.dataservices" name="dataservices-client-parent" rev="0.20">
  <artifact name="dataservices-client-parent" type="pom" />
</dependency>@Grapes(
@Grab(group='com.quadient.dataservices', module='dataservices-client-parent', version='0.20')
)libraryDependencies += "com.quadient.dataservices" % "dataservices-client-parent" % "0.20"[com.quadient.dataservices/dataservices-client-parent "0.20"]