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