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