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