GroupId | GroupIdorg.entando.entando.plugins |
---|---|
ArtifactId | ArtifactIdentando-plugin-jpcontentworkflow |
Version | Version5.3.1 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.entando.entando.plugins/entando-plugin-jpcontentworkflow/ -->
<dependency>
<groupId>org.entando.entando.plugins</groupId>
<artifactId>entando-plugin-jpcontentworkflow</artifactId>
<version>5.3.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.entando.entando.plugins/entando-plugin-jpcontentworkflow/
implementation 'org.entando.entando.plugins:entando-plugin-jpcontentworkflow:5.3.1'
// https://jarcasting.com/artifacts/org.entando.entando.plugins/entando-plugin-jpcontentworkflow/
implementation ("org.entando.entando.plugins:entando-plugin-jpcontentworkflow:5.3.1")
'org.entando.entando.plugins:entando-plugin-jpcontentworkflow:war:5.3.1'
<dependency org="org.entando.entando.plugins" name="entando-plugin-jpcontentworkflow" rev="5.3.1">
<artifact name="entando-plugin-jpcontentworkflow" type="war" />
</dependency>
@Grapes(
@Grab(group='org.entando.entando.plugins', module='entando-plugin-jpcontentworkflow', version='5.3.1')
)
libraryDependencies += "org.entando.entando.plugins" % "entando-plugin-jpcontentworkflow" % "5.3.1"
[org.entando.entando.plugins/entando-plugin-jpcontentworkflow "5.3.1"]