<dependency> <groupId>com.addthis</groupId> <artifactId>meshy</artifactId> <version>3.4.0</version> </dependency>
implementation 'com.addthis:meshy:3.4.0'
implementation("com.addthis:meshy:3.4.0")
libraryDependencies += "com.addthis" % "meshy" % "3.4.0"
@Grapes( @Grab(group='com.addthis', module='meshy', version='3.4.0') )
<dependency org="com.addthis" name="meshy" rev="3.4.0" />
[com.addthis/meshy "3.4.0"]
'com.addthis:meshy:jar:3.4.0'
<parent> <groupId>com.addthis.common.build.maven.pom</groupId> <artifactId>jar-pom</artifactId> <version>3.4.0</version> </parent>
compile
|-- com.addthis:muxy:2.2.0
|-- com.addthis.basis:basis-core:4.0.2
|-- io.netty:netty-all
|-- com.yammer.metrics:metrics-core
test
|-- org.slf4j:slf4j-simple