GroupId | GroupIdcom.ritense.valtimo |
---|---|
ArtifactId | ArtifactIdlocal-document-generation |
Version | Version9.11.0.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.11.0.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.ritense.valtimo/local-document-generation/
implementation 'com.ritense.valtimo:local-document-generation:9.11.0.RELEASE'
// https://jarcasting.com/artifacts/com.ritense.valtimo/local-document-generation/
implementation ("com.ritense.valtimo:local-document-generation:9.11.0.RELEASE")
'com.ritense.valtimo:local-document-generation:pom:9.11.0.RELEASE'
<dependency org="com.ritense.valtimo" name="local-document-generation" rev="9.11.0.RELEASE">
<artifact name="local-document-generation" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.ritense.valtimo', module='local-document-generation', version='9.11.0.RELEASE')
)
libraryDependencies += "com.ritense.valtimo" % "local-document-generation" % "9.11.0.RELEASE"
[com.ritense.valtimo/local-document-generation "9.11.0.RELEASE"]