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