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