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