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