GroupId | GroupIdio.github.ooknight.ui |
---|---|
ArtifactId | ArtifactIdbootstrap |
Version | Version5.1.0.110 |
Type | Typejar |
Filename | Size |
---|---|
bootstrap-5.1.0.110.pom | |
bootstrap-5.1.0.110.jar | 81 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.ooknight.ui/bootstrap/ -->
<dependency>
<groupId>io.github.ooknight.ui</groupId>
<artifactId>bootstrap</artifactId>
<version>5.1.0.110</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.ooknight.ui/bootstrap/
implementation 'io.github.ooknight.ui:bootstrap:5.1.0.110'
// https://jarcasting.com/artifacts/io.github.ooknight.ui/bootstrap/
implementation ("io.github.ooknight.ui:bootstrap:5.1.0.110")
'io.github.ooknight.ui:bootstrap:jar:5.1.0.110'
<dependency org="io.github.ooknight.ui" name="bootstrap" rev="5.1.0.110">
<artifact name="bootstrap" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.ooknight.ui', module='bootstrap', version='5.1.0.110')
)
libraryDependencies += "io.github.ooknight.ui" % "bootstrap" % "5.1.0.110"
[io.github.ooknight.ui/bootstrap "5.1.0.110"]