is not current version
Last Version 3.4

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

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

3.1
Type

Type

jar

Download sticky-bootstrap-api 3.1


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