| GroupId | GroupIdcom.ritense.valtimo | 
|---|---|
| ArtifactId | ArtifactIdlocal-document-generation | 
| Version | Version9.6.1.RELEASE | 
| Type | Typepom | 
<!-- https://jarcasting.com/artifacts/com.ritense.valtimo/local-document-generation/ -->
<dependency>
    <groupId>com.ritense.valtimo</groupId>
    <artifactId>local-document-generation</artifactId>
    <version>9.6.1.RELEASE</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.ritense.valtimo/local-document-generation/
implementation 'com.ritense.valtimo:local-document-generation:9.6.1.RELEASE'// https://jarcasting.com/artifacts/com.ritense.valtimo/local-document-generation/
implementation ("com.ritense.valtimo:local-document-generation:9.6.1.RELEASE")'com.ritense.valtimo:local-document-generation:pom:9.6.1.RELEASE'<dependency org="com.ritense.valtimo" name="local-document-generation" rev="9.6.1.RELEASE">
  <artifact name="local-document-generation" type="pom" />
</dependency>@Grapes(
@Grab(group='com.ritense.valtimo', module='local-document-generation', version='9.6.1.RELEASE')
)libraryDependencies += "com.ritense.valtimo" % "local-document-generation" % "9.6.1.RELEASE"[com.ritense.valtimo/local-document-generation "9.6.1.RELEASE"]