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