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