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