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