| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.draftable.api.client |
| ArtifactId | ArtifactIddraftable |
| Last Version | Last Version2 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionDraftable
Client libraries for the Draftable document comparison API
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| draftable-2.pom | 14 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.draftable.api.client/draftable/ -->
<dependency>
<groupId>com.draftable.api.client</groupId>
<artifactId>draftable</artifactId>
<version>2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.draftable.api.client/draftable/
implementation 'com.draftable.api.client:draftable:2'
// https://jarcasting.com/artifacts/com.draftable.api.client/draftable/
implementation ("com.draftable.api.client:draftable:2")
'com.draftable.api.client:draftable:pom:2'
<dependency org="com.draftable.api.client" name="draftable" rev="2">
<artifact name="draftable" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.draftable.api.client', module='draftable', version='2')
)
libraryDependencies += "com.draftable.api.client" % "draftable" % "2"
[com.draftable.api.client/draftable "2"]