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