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