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