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