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