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