Files download
File Operation
muxy-2.0.12.jar download
muxy-2.0.12.pom download
muxy-2.0.12-sources.jar download
Apache Maven
<dependency>
  <groupId>com.addthis</groupId>
  <artifactId>muxy</artifactId>
  <version>2.0.12</version>
</dependency>
Gradle Groovy
implementation 'com.addthis:muxy:2.0.12'
Gradle Kotlin
implementation("com.addthis:muxy:2.0.12")
Scala SBT
libraryDependencies += "com.addthis" % "muxy" % "2.0.12"
Groovy Grape
@Grapes(
  @Grab(group='com.addthis', module='muxy', version='2.0.12')
)
Apache Ivy
<dependency org="com.addthis" name="muxy" rev="2.0.12" />
Leiningen
[com.addthis/muxy "2.0.12"]
Apache Buildr
'com.addthis:muxy:jar:2.0.12'