GroupId | GroupIdcom.addthis |
---|---|
ArtifactId | ArtifactIdmuxy |
Version | Version2.0.9 |
Type | Typejar |
Filename | Size |
---|---|
muxy-2.0.9.pom | |
muxy-2.0.9.jar | 68 KB |
muxy-2.0.9-sources.jar | 34 KB |
muxy-2.0.9-javadoc.jar | 119 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.addthis/muxy/ -->
<dependency>
<groupId>com.addthis</groupId>
<artifactId>muxy</artifactId>
<version>2.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.addthis/muxy/
implementation 'com.addthis:muxy:2.0.9'
// https://jarcasting.com/artifacts/com.addthis/muxy/
implementation ("com.addthis:muxy:2.0.9")
'com.addthis:muxy:jar:2.0.9'
<dependency org="com.addthis" name="muxy" rev="2.0.9">
<artifact name="muxy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.addthis', module='muxy', version='2.0.9')
)
libraryDependencies += "com.addthis" % "muxy" % "2.0.9"
[com.addthis/muxy "2.0.9"]