Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.stickycode.bootstrap |
ArtifactId | ArtifactIdsticky-bootstrap-spring4 |
Version | Version2.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.stickycode.bootstrap/sticky-bootstrap-spring4/ -->
<dependency>
<groupId>net.stickycode.bootstrap</groupId>
<artifactId>sticky-bootstrap-spring4</artifactId>
<version>2.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.stickycode.bootstrap/sticky-bootstrap-spring4/
implementation 'net.stickycode.bootstrap:sticky-bootstrap-spring4:2.4'
// https://jarcasting.com/artifacts/net.stickycode.bootstrap/sticky-bootstrap-spring4/
implementation ("net.stickycode.bootstrap:sticky-bootstrap-spring4:2.4")
'net.stickycode.bootstrap:sticky-bootstrap-spring4:jar:2.4'
<dependency org="net.stickycode.bootstrap" name="sticky-bootstrap-spring4" rev="2.4">
<artifact name="sticky-bootstrap-spring4" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.stickycode.bootstrap', module='sticky-bootstrap-spring4', version='2.4')
)
libraryDependencies += "net.stickycode.bootstrap" % "sticky-bootstrap-spring4" % "2.4"
[net.stickycode.bootstrap/sticky-bootstrap-spring4 "2.4"]