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