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