Download wicket-ioc-1.4.3.jar file - Jar w

Jar examples for w:wicket-ioc

Description

Wicket IoC common dependencies for injection and proxying. Used by Spring, Guice, etc.

You can download jar file wicket-ioc 1.4.3 in this page.

License

Apache License

Build File

You can use the following script to add wicket-ioc-1.4.3.jar to your project.

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

Download

Click the following link to download the jar file.

wicket-ioc-1.4.3-javadoc.jar
wicket-ioc-1.4.3-sources.jar
wicket-ioc-1.4.3-tests.jar
wicket-ioc-1.4.3.jar
wicket-ioc-1.4.3.pom



Related Tutorials