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