Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdphonebook |
Version | Version1.4.12 |
Type | Typewar |
Filename | Size |
---|---|
phonebook-1.4.12.pom | |
phonebook-1.4.12.war | 10 MB |
phonebook-1.4.12-sources.jar | 42 KB |
phonebook-1.4.12-javadoc.jar | 143 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/phonebook/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>phonebook</artifactId>
<version>1.4.12</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/phonebook/
implementation 'org.wicketstuff:phonebook:1.4.12'
// https://jarcasting.com/artifacts/org.wicketstuff/phonebook/
implementation ("org.wicketstuff:phonebook:1.4.12")
'org.wicketstuff:phonebook:war:1.4.12'
<dependency org="org.wicketstuff" name="phonebook" rev="1.4.12">
<artifact name="phonebook" type="war" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='phonebook', version='1.4.12')
)
libraryDependencies += "org.wicketstuff" % "phonebook" % "1.4.12"
[org.wicketstuff/phonebook "1.4.12"]