Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.hesperides |
ArtifactId | ArtifactIdbootstrap |
Version | Version4.1.5 |
Type | Typejar |
Filename | Size |
---|---|
bootstrap-4.1.5.pom | |
bootstrap-4.1.5.jar | 4 KB |
bootstrap-4.1.5-sources.jar | 4 KB |
bootstrap-4.1.5-javadoc.jar | 23 KB |
bootstrap-4.1.5-app.jar | 48 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hesperides/bootstrap/ -->
<dependency>
<groupId>org.hesperides</groupId>
<artifactId>bootstrap</artifactId>
<version>4.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.hesperides/bootstrap/
implementation 'org.hesperides:bootstrap:4.1.5'
// https://jarcasting.com/artifacts/org.hesperides/bootstrap/
implementation ("org.hesperides:bootstrap:4.1.5")
'org.hesperides:bootstrap:jar:4.1.5'
<dependency org="org.hesperides" name="bootstrap" rev="4.1.5">
<artifact name="bootstrap" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hesperides', module='bootstrap', version='4.1.5')
)
libraryDependencies += "org.hesperides" % "bootstrap" % "4.1.5"
[org.hesperides/bootstrap "4.1.5"]