License |
License |
---|---|
GroupId | GroupIdfr.norad.bootstrap |
ArtifactId | ArtifactIdbootstrap |
Version | Version1.1-jdk6 |
Type | Typepom |
Description |
DescriptionBootstrap
Bootstrap for applications
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
bootstrap-1.1-jdk6.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fr.norad.bootstrap/bootstrap/ -->
<dependency>
<groupId>fr.norad.bootstrap</groupId>
<artifactId>bootstrap</artifactId>
<version>1.1-jdk6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/fr.norad.bootstrap/bootstrap/
implementation 'fr.norad.bootstrap:bootstrap:1.1-jdk6'
// https://jarcasting.com/artifacts/fr.norad.bootstrap/bootstrap/
implementation ("fr.norad.bootstrap:bootstrap:1.1-jdk6")
'fr.norad.bootstrap:bootstrap:pom:1.1-jdk6'
<dependency org="fr.norad.bootstrap" name="bootstrap" rev="1.1-jdk6">
<artifact name="bootstrap" type="pom" />
</dependency>
@Grapes(
@Grab(group='fr.norad.bootstrap', module='bootstrap', version='1.1-jdk6')
)
libraryDependencies += "fr.norad.bootstrap" % "bootstrap" % "1.1-jdk6"
[fr.norad.bootstrap/bootstrap "1.1-jdk6"]