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