GroupId | GroupIdorg.entando.entando.bundles.contents |
---|---|
ArtifactId | ArtifactIdentando-content-generic |
Version | Version3.2.0 |
Type | Typewar |
Filename | Size |
---|---|
entando-content-generic-3.2.0.pom | |
entando-content-generic-3.2.0.war | 645 KB |
entando-content-generic-3.2.0-sources.jar | 640 KB |
Browse |
<!-- 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>3.2.0</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:3.2.0'
// https://jarcasting.com/artifacts/org.entando.entando.bundles.contents/entando-content-generic/
implementation ("org.entando.entando.bundles.contents:entando-content-generic:3.2.0")
'org.entando.entando.bundles.contents:entando-content-generic:war:3.2.0'
<dependency org="org.entando.entando.bundles.contents" name="entando-content-generic" rev="3.2.0">
<artifact name="entando-content-generic" type="war" />
</dependency>
@Grapes(
@Grab(group='org.entando.entando.bundles.contents', module='entando-content-generic', version='3.2.0')
)
libraryDependencies += "org.entando.entando.bundles.contents" % "entando-content-generic" % "3.2.0"
[org.entando.entando.bundles.contents/entando-content-generic "3.2.0"]