| Categories |
CategoriesWicket User Interface Web Frameworks |
|---|---|
| GroupId | GroupIdde.agilecoders.wicket |
| ArtifactId | ArtifactIdbootstrap |
| Version | Version0.7.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| bootstrap-0.7.5.pom | |
| bootstrap-0.7.5.jar | 1 MB |
| bootstrap-0.7.5-tests.jar | 49 KB |
| bootstrap-0.7.5-test-sources.jar | 23 KB |
| bootstrap-0.7.5-sources.jar | 1 MB |
| bootstrap-0.7.5-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.agilecoders.wicket/bootstrap/ -->
<dependency>
<groupId>de.agilecoders.wicket</groupId>
<artifactId>bootstrap</artifactId>
<version>0.7.5</version>
</dependency>
// https://jarcasting.com/artifacts/de.agilecoders.wicket/bootstrap/
implementation 'de.agilecoders.wicket:bootstrap:0.7.5'
// https://jarcasting.com/artifacts/de.agilecoders.wicket/bootstrap/
implementation ("de.agilecoders.wicket:bootstrap:0.7.5")
'de.agilecoders.wicket:bootstrap:jar:0.7.5'
<dependency org="de.agilecoders.wicket" name="bootstrap" rev="0.7.5">
<artifact name="bootstrap" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.agilecoders.wicket', module='bootstrap', version='0.7.5')
)
libraryDependencies += "de.agilecoders.wicket" % "bootstrap" % "0.7.5"
[de.agilecoders.wicket/bootstrap "0.7.5"]