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