Download wicket-matchers-1.0.jar file - Jar w

Jar examples for w:wicket-matchers

Description

Useful Hamcrest 1.3 matchers for Wicket 6 projects

You can download jar file wicket-matchers 1.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add wicket-matchers-1.0.jar to your project.

<dependency>
   <groupId>com.nitorcreations</groupId>
   <artifactId>wicket-matchers</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'com.nitorcreations', name: 'wicket-matchers', version: '1.0'
libraryDependencies += "com.nitorcreations" % "wicket-matchers" % "1.0"
<dependency org="com.nitorcreations" name="wicket-matchers" rev="1.0"/>
@Grapes(@Grab(group='com.nitorcreations', module='wicket-matchers', version='1.0'))
'com.nitorcreations:wicket-matchers:jar:1.0'

Download

Click the following link to download the jar file.

wicket-matchers-1.0-javadoc.jar
wicket-matchers-1.0-sources.jar
wicket-matchers-1.0.jar
wicket-matchers-1.0.pom



Related Tutorials