GroupId | GroupIdcom.addthis |
---|---|
ArtifactId | ArtifactIdmeshy |
Version | Version2.1.7 |
Type | Typejar |
Filename | Size |
---|---|
meshy-2.1.7.pom | |
meshy-2.1.7.jar | 159 KB |
meshy-2.1.7-sources.jar | 90 KB |
meshy-2.1.7-javadoc.jar | 335 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.addthis/meshy/ -->
<dependency>
<groupId>com.addthis</groupId>
<artifactId>meshy</artifactId>
<version>2.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.addthis/meshy/
implementation 'com.addthis:meshy:2.1.7'
// https://jarcasting.com/artifacts/com.addthis/meshy/
implementation ("com.addthis:meshy:2.1.7")
'com.addthis:meshy:jar:2.1.7'
<dependency org="com.addthis" name="meshy" rev="2.1.7">
<artifact name="meshy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.addthis', module='meshy', version='2.1.7')
)
libraryDependencies += "com.addthis" % "meshy" % "2.1.7"
[com.addthis/meshy "2.1.7"]