GroupId | GroupIdorg.entando.entando.bundles.misc |
---|---|
ArtifactId | ArtifactIdentando-misc-bootstrap |
Version | Version4.2.0 |
Type | Typewar |
Filename | Size |
---|---|
entando-misc-bootstrap-4.2.0.pom | |
entando-misc-bootstrap-4.2.0.war | 3 MB |
entando-misc-bootstrap-4.2.0-tests.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.entando.entando.bundles.misc/entando-misc-bootstrap/ -->
<dependency>
<groupId>org.entando.entando.bundles.misc</groupId>
<artifactId>entando-misc-bootstrap</artifactId>
<version>4.2.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.entando.entando.bundles.misc/entando-misc-bootstrap/
implementation 'org.entando.entando.bundles.misc:entando-misc-bootstrap:4.2.0'
// https://jarcasting.com/artifacts/org.entando.entando.bundles.misc/entando-misc-bootstrap/
implementation ("org.entando.entando.bundles.misc:entando-misc-bootstrap:4.2.0")
'org.entando.entando.bundles.misc:entando-misc-bootstrap:war:4.2.0'
<dependency org="org.entando.entando.bundles.misc" name="entando-misc-bootstrap" rev="4.2.0">
<artifact name="entando-misc-bootstrap" type="war" />
</dependency>
@Grapes(
@Grab(group='org.entando.entando.bundles.misc', module='entando-misc-bootstrap', version='4.2.0')
)
libraryDependencies += "org.entando.entando.bundles.misc" % "entando-misc-bootstrap" % "4.2.0"
[org.entando.entando.bundles.misc/entando-misc-bootstrap "4.2.0"]