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