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