<dependency> <groupId>com.addthis</groupId> <artifactId>meshy</artifactId> <version>2.1.1</version> </dependency>
implementation 'com.addthis:meshy:2.1.1'
implementation("com.addthis:meshy:2.1.1")
libraryDependencies += "com.addthis" % "meshy" % "2.1.1"
@Grapes( @Grab(group='com.addthis', module='meshy', version='2.1.1') )
<dependency org="com.addthis" name="meshy" rev="2.1.1" />
[com.addthis/meshy "2.1.1"]
'com.addthis:meshy:jar:2.1.1'
<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.3
|-- com.addthis:basis:2.2.0
|-- io.netty:netty:3.9.0.Final
|-- com.yammer.metrics:metrics-core
test
|-- org.slf4j:slf4j-simple