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