| GroupId | GroupIdcom.ritense.valtimo | 
|---|---|
| ArtifactId | ArtifactIddocument | 
| Version | Version9.6.1.RELEASE | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| document-9.6.1.RELEASE.pom | |
| document-9.6.1.RELEASE-sources.jar | 126 KB | 
| document-9.6.1.RELEASE-plain.jar | 160 KB | 
| document-9.6.1.RELEASE-javadoc.jar | 844 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.ritense.valtimo/document/ -->
<dependency>
    <groupId>com.ritense.valtimo</groupId>
    <artifactId>document</artifactId>
    <version>9.6.1.RELEASE</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.ritense.valtimo/document/
implementation 'com.ritense.valtimo:document:9.6.1.RELEASE'// https://jarcasting.com/artifacts/com.ritense.valtimo/document/
implementation ("com.ritense.valtimo:document:9.6.1.RELEASE")'com.ritense.valtimo:document:pom:9.6.1.RELEASE'<dependency org="com.ritense.valtimo" name="document" rev="9.6.1.RELEASE">
  <artifact name="document" type="pom" />
</dependency>@Grapes(
@Grab(group='com.ritense.valtimo', module='document', version='9.6.1.RELEASE')
)libraryDependencies += "com.ritense.valtimo" % "document" % "9.6.1.RELEASE"[com.ritense.valtimo/document "9.6.1.RELEASE"]