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