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