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