Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.smallmind |
ArtifactId | ArtifactIdsmallmind-wicket |
Version | Version2.4.8 |
Type | Typejar |
Filename | Size |
---|---|
smallmind-wicket-2.4.8.pom | |
smallmind-wicket-2.4.8.jar | 70 KB |
smallmind-wicket-2.4.8-sources.jar | 47 KB |
smallmind-wicket-2.4.8-javadoc.jar | 269 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.smallmind/smallmind-wicket/ -->
<dependency>
<groupId>org.smallmind</groupId>
<artifactId>smallmind-wicket</artifactId>
<version>2.4.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.smallmind/smallmind-wicket/
implementation 'org.smallmind:smallmind-wicket:2.4.8'
// https://jarcasting.com/artifacts/org.smallmind/smallmind-wicket/
implementation ("org.smallmind:smallmind-wicket:2.4.8")
'org.smallmind:smallmind-wicket:jar:2.4.8'
<dependency org="org.smallmind" name="smallmind-wicket" rev="2.4.8">
<artifact name="smallmind-wicket" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.smallmind', module='smallmind-wicket', version='2.4.8')
)
libraryDependencies += "org.smallmind" % "smallmind-wicket" % "2.4.8"
[org.smallmind/smallmind-wicket "2.4.8"]