| License | License | 
|---|---|
| Categories | CategoriesSpring Boot Container Microservices Wicket User Interface Web Frameworks | 
| GroupId | GroupIdcom.giffing.wicket.spring.boot.starter | 
| ArtifactId | ArtifactIdwicket-spring-boot-context | 
| Last Version | Last Version3.1.6 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionContext Provides several constructs which allow developers to build
                custom auto-configuration classes. | 
<!-- https://jarcasting.com/artifacts/com.giffing.wicket.spring.boot.starter/wicket-spring-boot-context/ -->
<dependency>
    <groupId>com.giffing.wicket.spring.boot.starter</groupId>
    <artifactId>wicket-spring-boot-context</artifactId>
    <version>3.1.6</version>
</dependency>// https://jarcasting.com/artifacts/com.giffing.wicket.spring.boot.starter/wicket-spring-boot-context/
implementation 'com.giffing.wicket.spring.boot.starter:wicket-spring-boot-context:3.1.6'// https://jarcasting.com/artifacts/com.giffing.wicket.spring.boot.starter/wicket-spring-boot-context/
implementation ("com.giffing.wicket.spring.boot.starter:wicket-spring-boot-context:3.1.6")'com.giffing.wicket.spring.boot.starter:wicket-spring-boot-context:jar:3.1.6'<dependency org="com.giffing.wicket.spring.boot.starter" name="wicket-spring-boot-context" rev="3.1.6">
  <artifact name="wicket-spring-boot-context" type="jar" />
</dependency>@Grapes(
@Grab(group='com.giffing.wicket.spring.boot.starter', module='wicket-spring-boot-context', version='3.1.6')
)libraryDependencies += "com.giffing.wicket.spring.boot.starter" % "wicket-spring-boot-context" % "3.1.6"[com.giffing.wicket.spring.boot.starter/wicket-spring-boot-context "3.1.6"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.wicket : wicket-core | jar | 9.7.0 | 
| org.apache.wicket : wicket-auth-roles | jar | 9.7.0 | 
| org.springframework : spring-context-support | jar | |
| org.springframework.boot : spring-boot-autoconfigure | jar | 2.6.1 |