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