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