Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.ritense.valtimo |
ArtifactId | ArtifactIdform-flow-valtimo |
Version | Version9.11.0.RELEASE |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/com.ritense.valtimo/form-flow-valtimo/ -->
<dependency>
<groupId>com.ritense.valtimo</groupId>
<artifactId>form-flow-valtimo</artifactId>
<version>9.11.0.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.ritense.valtimo/form-flow-valtimo/
implementation 'com.ritense.valtimo:form-flow-valtimo:9.11.0.RELEASE'
// https://jarcasting.com/artifacts/com.ritense.valtimo/form-flow-valtimo/
implementation ("com.ritense.valtimo:form-flow-valtimo:9.11.0.RELEASE")
'com.ritense.valtimo:form-flow-valtimo:pom:9.11.0.RELEASE'
<dependency org="com.ritense.valtimo" name="form-flow-valtimo" rev="9.11.0.RELEASE">
<artifact name="form-flow-valtimo" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.ritense.valtimo', module='form-flow-valtimo', version='9.11.0.RELEASE')
)
libraryDependencies += "com.ritense.valtimo" % "form-flow-valtimo" % "9.11.0.RELEASE"
[com.ritense.valtimo/form-flow-valtimo "9.11.0.RELEASE"]