GroupId | GroupIdcom.addthis |
---|---|
ArtifactId | ArtifactIdcodec |
Version | Version3.4.4 |
Type | Typejar |
Filename | Size |
---|---|
codec-3.4.4.pom | |
codec-3.4.4.jar | 95 KB |
codec-3.4.4-sources.jar | 67 KB |
codec-3.4.4-javadoc.jar | 270 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.addthis/codec/ -->
<dependency>
<groupId>com.addthis</groupId>
<artifactId>codec</artifactId>
<version>3.4.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.addthis/codec/
implementation 'com.addthis:codec:3.4.4'
// https://jarcasting.com/artifacts/com.addthis/codec/
implementation ("com.addthis:codec:3.4.4")
'com.addthis:codec:jar:3.4.4'
<dependency org="com.addthis" name="codec" rev="3.4.4">
<artifact name="codec" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.addthis', module='codec', version='3.4.4')
)
libraryDependencies += "com.addthis" % "codec" % "3.4.4"
[com.addthis/codec "3.4.4"]