| License |
License |
|---|---|
| Categories |
CategoriesWicket User Interface Web Frameworks GUI Guice Application Layer Libs Dependency Injection |
| GroupId | GroupIdorg.apache.wicket |
| ArtifactId | ArtifactIdwicket-guice |
| Last Version | Last Version9.10.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionWicket Guice Integration
Google Guice integration in your Wicket web applications. See the
examples project for usecases.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| wicket-guice-9.10.0.pom | |
| wicket-guice-9.10.0.jar | 16 KB |
| wicket-guice-9.10.0-tests.jar | 20 KB |
| wicket-guice-9.10.0-test-sources.jar | 16 KB |
| wicket-guice-9.10.0-sources.jar | 13 KB |
| wicket-guice-9.10.0-javadoc.jar | 48 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.wicket/wicket-guice/ -->
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-guice</artifactId>
<version>9.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.wicket/wicket-guice/
implementation 'org.apache.wicket:wicket-guice:9.10.0'
// https://jarcasting.com/artifacts/org.apache.wicket/wicket-guice/
implementation ("org.apache.wicket:wicket-guice:9.10.0")
'org.apache.wicket:wicket-guice:jar:9.10.0'
<dependency org="org.apache.wicket" name="wicket-guice" rev="9.10.0">
<artifact name="wicket-guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.wicket', module='wicket-guice', version='9.10.0')
)
libraryDependencies += "org.apache.wicket" % "wicket-guice" % "9.10.0"
[org.apache.wicket/wicket-guice "9.10.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.inject : guice | jar | 4.2.3 |
| org.apache.wicket : wicket-core | jar | 9.10.0 |
| org.apache.wicket : wicket-ioc | jar | 9.10.0 |
| org.slf4j : slf4j-api | jar | 2.0.0-alpha5 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 3.1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
| org.mockito : mockito-core | jar | 4.3.1 |
| org.slf4j : jcl-over-slf4j | jar | 2.0.0-alpha5 |