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