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