| GroupId | GroupIdorg.entando.entando.plugins |
|---|---|
| ArtifactId | ArtifactIdentando-plugin-jpsharewith |
| Version | Version1.4.0.1 |
| 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.1</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.1'
// https://jarcasting.com/artifacts/org.entando.entando.plugins/entando-plugin-jpsharewith/
implementation ("org.entando.entando.plugins:entando-plugin-jpsharewith:1.4.0.1")
'org.entando.entando.plugins:entando-plugin-jpsharewith:war:1.4.0.1'
<dependency org="org.entando.entando.plugins" name="entando-plugin-jpsharewith" rev="1.4.0.1">
<artifact name="entando-plugin-jpsharewith" type="war" />
</dependency>
@Grapes(
@Grab(group='org.entando.entando.plugins', module='entando-plugin-jpsharewith', version='1.4.0.1')
)
libraryDependencies += "org.entando.entando.plugins" % "entando-plugin-jpsharewith" % "1.4.0.1"
[org.entando.entando.plugins/entando-plugin-jpsharewith "1.4.0.1"]