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