Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.opensingular |
ArtifactId | ArtifactIdwicket-utils |
Version | Version1.5.5 |
Type | Typejar |
Filename | Size |
---|---|
wicket-utils-1.5.5.pom | |
wicket-utils-1.5.5.jar | 348 KB |
wicket-utils-1.5.5-sources.jar | 178 KB |
wicket-utils-1.5.5-javadoc.jar | 1014 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opensingular/wicket-utils/ -->
<dependency>
<groupId>org.opensingular</groupId>
<artifactId>wicket-utils</artifactId>
<version>1.5.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.opensingular/wicket-utils/
implementation 'org.opensingular:wicket-utils:1.5.5'
// https://jarcasting.com/artifacts/org.opensingular/wicket-utils/
implementation ("org.opensingular:wicket-utils:1.5.5")
'org.opensingular:wicket-utils:jar:1.5.5'
<dependency org="org.opensingular" name="wicket-utils" rev="1.5.5">
<artifact name="wicket-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opensingular', module='wicket-utils', version='1.5.5')
)
libraryDependencies += "org.opensingular" % "wicket-utils" % "1.5.5"
[org.opensingular/wicket-utils "1.5.5"]