m

multiton

Implementation of the multiton pattern used in the test suites.
http://ws.apache.org/axiom/
Files download
File Operation
multiton-1.3.0.jar download
multiton-1.3.0.pom download
multiton-1.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.ws.commons.axiom</groupId>
  <artifactId>multiton</artifactId>
  <version>1.3.0</version>
</dependency>
Gradle Groovy
implementation 'org.apache.ws.commons.axiom:multiton:1.3.0'
Gradle Kotlin
implementation("org.apache.ws.commons.axiom:multiton:1.3.0")
Scala SBT
libraryDependencies += "org.apache.ws.commons.axiom" % "multiton" % "1.3.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.ws.commons.axiom', module='multiton', version='1.3.0')
)
Apache Ivy
<dependency org="org.apache.ws.commons.axiom" name="multiton" rev="1.3.0" />
Leiningen
[org.apache.ws.commons.axiom/multiton "1.3.0"]
Apache Buildr
'org.apache.ws.commons.axiom:multiton:jar:1.3.0'