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