| GroupId | GroupIdorg.entando.entando.plugins |
|---|---|
| ArtifactId | ArtifactIdentando-plugin-jpcontentworkflow |
| Version | Version3.0.0 |
| 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>3.0.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.entando.entando.plugins/entando-plugin-jpcontentworkflow/
implementation 'org.entando.entando.plugins:entando-plugin-jpcontentworkflow:3.0.0'
// https://jarcasting.com/artifacts/org.entando.entando.plugins/entando-plugin-jpcontentworkflow/
implementation ("org.entando.entando.plugins:entando-plugin-jpcontentworkflow:3.0.0")
'org.entando.entando.plugins:entando-plugin-jpcontentworkflow:war:3.0.0'
<dependency org="org.entando.entando.plugins" name="entando-plugin-jpcontentworkflow" rev="3.0.0">
<artifact name="entando-plugin-jpcontentworkflow" type="war" />
</dependency>
@Grapes(
@Grab(group='org.entando.entando.plugins', module='entando-plugin-jpcontentworkflow', version='3.0.0')
)
libraryDependencies += "org.entando.entando.plugins" % "entando-plugin-jpcontentworkflow" % "3.0.0"
[org.entando.entando.plugins/entando-plugin-jpcontentworkflow "3.0.0"]