<dependency> <groupId>com.addthis</groupId> <artifactId>muxy</artifactId> <version>2.0.8</version> </dependency>
implementation 'com.addthis:muxy:2.0.8'
implementation("com.addthis:muxy:2.0.8")
libraryDependencies += "com.addthis" % "muxy" % "2.0.8"
@Grapes( @Grab(group='com.addthis', module='muxy', version='2.0.8') )
<dependency org="com.addthis" name="muxy" rev="2.0.8" />
[com.addthis/muxy "2.0.8"]
'com.addthis:muxy:jar:2.0.8'
<parent> <groupId>com.addthis.common.build.maven.pom</groupId> <artifactId>jar-pom</artifactId> <version>3.1.0</version> </parent>
compile
|-- com.addthis:basis:2.2.2
|-- com.google.guava:guava
|-- com.yammer.metrics:metrics-core
|-- io.netty:netty-buffer:4.0.18.Final
test
|-- org.slf4j:slf4j-simple