Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.opensingular |
ArtifactId | ArtifactIdsingular-wicket-utils |
Version | Version1.8.2.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.opensingular/singular-wicket-utils/ -->
<dependency>
<groupId>org.opensingular</groupId>
<artifactId>singular-wicket-utils</artifactId>
<version>1.8.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.opensingular/singular-wicket-utils/
implementation 'org.opensingular:singular-wicket-utils:1.8.2.3'
// https://jarcasting.com/artifacts/org.opensingular/singular-wicket-utils/
implementation ("org.opensingular:singular-wicket-utils:1.8.2.3")
'org.opensingular:singular-wicket-utils:jar:1.8.2.3'
<dependency org="org.opensingular" name="singular-wicket-utils" rev="1.8.2.3">
<artifact name="singular-wicket-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opensingular', module='singular-wicket-utils', version='1.8.2.3')
)
libraryDependencies += "org.opensingular" % "singular-wicket-utils" % "1.8.2.3"
[org.opensingular/singular-wicket-utils "1.8.2.3"]