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