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