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