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