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