is not current version
Last Version 3.4

net.stickycode.bootstrap:sticky-bootstrap-api 2.7

The concept of the System booted by StickyCode, with appropriate hooks for subsystem startup, shutdown and subsystem dependency resolution

Categories

Categories

Net
GroupId

GroupId

net.stickycode.bootstrap
ArtifactId

ArtifactId

sticky-bootstrap-api
Version

Version

2.7
Type

Type

jar

Download sticky-bootstrap-api 2.7


<!-- https://jarcasting.com/artifacts/net.stickycode.bootstrap/sticky-bootstrap-api/ -->
<dependency>
    <groupId>net.stickycode.bootstrap</groupId>
    <artifactId>sticky-bootstrap-api</artifactId>
    <version>2.7</version>
</dependency>
// https://jarcasting.com/artifacts/net.stickycode.bootstrap/sticky-bootstrap-api/
implementation 'net.stickycode.bootstrap:sticky-bootstrap-api:2.7'
// https://jarcasting.com/artifacts/net.stickycode.bootstrap/sticky-bootstrap-api/
implementation ("net.stickycode.bootstrap:sticky-bootstrap-api:2.7")
'net.stickycode.bootstrap:sticky-bootstrap-api:jar:2.7'
<dependency org="net.stickycode.bootstrap" name="sticky-bootstrap-api" rev="2.7">
  <artifact name="sticky-bootstrap-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.stickycode.bootstrap', module='sticky-bootstrap-api', version='2.7')
)
libraryDependencies += "net.stickycode.bootstrap" % "sticky-bootstrap-api" % "2.7"
[net.stickycode.bootstrap/sticky-bootstrap-api "2.7"]