Download multiton-1.2.17.jar file - Jar m

Jar examples for m:multiton

Description

Implementation of the multiton pattern used in the test suites.

You can download jar file multiton 1.2.17 in this page.

License

Apache License

Build File

You can use the following script to add multiton-1.2.17.jar to your project.

<dependency>
   <groupId>org.apache.ws.commons.axiom</groupId>
   <artifactId>multiton</artifactId>
   <version>1.2.17</version>
</dependency>
compile group: 'org.apache.ws.commons.axiom', name: 'multiton', version: '1.2.17'
libraryDependencies += "org.apache.ws.commons.axiom" % "multiton" % "1.2.17"
<dependency org="org.apache.ws.commons.axiom" name="multiton" rev="1.2.17"/>
@Grapes(@Grab(group='org.apache.ws.commons.axiom', module='multiton', version='1.2.17'))
'org.apache.ws.commons.axiom:multiton:jar:1.2.17'

Download

Click the following link to download the jar file.

multiton-1.2.17-javadoc.jar
multiton-1.2.17-sources.jar
multiton-1.2.17.jar
multiton-1.2.17.pom



Related Tutorials