Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdde.agilecoders.wicket |
ArtifactId | ArtifactIdbootstrap-parent |
Version | Version2.0.0-M3 |
Type | Typejar |
Filename | Size |
---|---|
bootstrap-parent-2.0.0-M3.pom | 15 KB |
bootstrap-parent-2.0.0-M3-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>2.0.0-M3</version>
</dependency>
// https://jarcasting.com/artifacts/de.agilecoders.wicket/bootstrap-parent/
implementation 'de.agilecoders.wicket:bootstrap-parent:2.0.0-M3'
// https://jarcasting.com/artifacts/de.agilecoders.wicket/bootstrap-parent/
implementation ("de.agilecoders.wicket:bootstrap-parent:2.0.0-M3")
'de.agilecoders.wicket:bootstrap-parent:jar:2.0.0-M3'
<dependency org="de.agilecoders.wicket" name="bootstrap-parent" rev="2.0.0-M3">
<artifact name="bootstrap-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.agilecoders.wicket', module='bootstrap-parent', version='2.0.0-M3')
)
libraryDependencies += "de.agilecoders.wicket" % "bootstrap-parent" % "2.0.0-M3"
[de.agilecoders.wicket/bootstrap-parent "2.0.0-M3"]