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