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