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