Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.stickycode.bootstrap |
ArtifactId | ArtifactIdsticky-bootstrap-api |
Version | Version1.5 |
Type | Typejar |
Filename | Size |
---|---|
sticky-bootstrap-api-1.5.pom | |
sticky-bootstrap-api-1.5.jar | 6 KB |
sticky-bootstrap-api-1.5-sources.jar | 3 KB |
sticky-bootstrap-api-1.5-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.stickycode.bootstrap/sticky-bootstrap-api/ -->
<dependency>
<groupId>net.stickycode.bootstrap</groupId>
<artifactId>sticky-bootstrap-api</artifactId>
<version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/net.stickycode.bootstrap/sticky-bootstrap-api/
implementation 'net.stickycode.bootstrap:sticky-bootstrap-api:1.5'
// https://jarcasting.com/artifacts/net.stickycode.bootstrap/sticky-bootstrap-api/
implementation ("net.stickycode.bootstrap:sticky-bootstrap-api:1.5")
'net.stickycode.bootstrap:sticky-bootstrap-api:jar:1.5'
<dependency org="net.stickycode.bootstrap" name="sticky-bootstrap-api" rev="1.5">
<artifact name="sticky-bootstrap-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.stickycode.bootstrap', module='sticky-bootstrap-api', version='1.5')
)
libraryDependencies += "net.stickycode.bootstrap" % "sticky-bootstrap-api" % "1.5"
[net.stickycode.bootstrap/sticky-bootstrap-api "1.5"]