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