m

multiton

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