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