Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.cedarsoft.wicket |
ArtifactId | ArtifactIdbasic-components |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
basic-components-1.1.pom | |
basic-components-1.1.jar | 11 KB |
basic-components-1.1-sources.jar | 7 KB |
basic-components-1.1-javadoc.jar | 70 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.wicket/basic-components/ -->
<dependency>
<groupId>com.cedarsoft.wicket</groupId>
<artifactId>basic-components</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.wicket/basic-components/
implementation 'com.cedarsoft.wicket:basic-components:1.1'
// https://jarcasting.com/artifacts/com.cedarsoft.wicket/basic-components/
implementation ("com.cedarsoft.wicket:basic-components:1.1")
'com.cedarsoft.wicket:basic-components:jar:1.1'
<dependency org="com.cedarsoft.wicket" name="basic-components" rev="1.1">
<artifact name="basic-components" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.wicket', module='basic-components', version='1.1')
)
libraryDependencies += "com.cedarsoft.wicket" % "basic-components" % "1.1"
[com.cedarsoft.wicket/basic-components "1.1"]