| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesWicket User Interface Web Frameworks | 
        
| GroupId | GroupIdcom.nitorcreations | 
    
| ArtifactId | ArtifactIdwicket-test-utils | 
    
| Last Version | Last Version1.1 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionTest utilities for Wicket 6 / Mockito projects 
            Test utilities for Wicket / Mockito projects 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project Organization | 
            
| Filename | Size | 
|---|---|
| wicket-test-utils-1.1.pom | |
| wicket-test-utils-1.1.jar | 7 KB | 
| wicket-test-utils-1.1-sources.jar | 3 KB | 
| wicket-test-utils-1.1-javadoc.jar | 59 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.nitorcreations/wicket-test-utils/ -->
<dependency>
    <groupId>com.nitorcreations</groupId>
    <artifactId>wicket-test-utils</artifactId>
    <version>1.1</version>
</dependency>
                // https://jarcasting.com/artifacts/com.nitorcreations/wicket-test-utils/
implementation 'com.nitorcreations:wicket-test-utils:1.1'
                // https://jarcasting.com/artifacts/com.nitorcreations/wicket-test-utils/
implementation ("com.nitorcreations:wicket-test-utils:1.1")
                'com.nitorcreations:wicket-test-utils:jar:1.1'
                <dependency org="com.nitorcreations" name="wicket-test-utils" rev="1.1">
  <artifact name="wicket-test-utils" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.nitorcreations', module='wicket-test-utils', version='1.1')
)
                libraryDependencies += "com.nitorcreations" % "wicket-test-utils" % "1.1"
                [com.nitorcreations/wicket-test-utils "1.1"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.wicket : wicket-core | jar | 6.6.0 | 
| org.hamcrest : hamcrest-core | jar | 1.3 | 
| org.hamcrest : hamcrest-library | jar | 1.3 | 
| org.hamcrest : hamcrest-generator | jar | 1.3 | 
| org.mockito : mockito-core Optional | jar | 1.9.5 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 3.0.1 | 
| junit : junit | jar | 4.11 |