GroupId | GroupIdcom.github.thierrysquirrel |
---|---|
ArtifactId | ArtifactIdcodec |
Version | Version1.0.1-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
codec-1.0.1-RELEASE.pom | |
codec-1.0.1-RELEASE.jar | 14 KB |
codec-1.0.1-RELEASE-sources.jar | 13 KB |
codec-1.0.1-RELEASE-javadoc.jar | 107 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.thierrysquirrel/codec/ -->
<dependency>
<groupId>com.github.thierrysquirrel</groupId>
<artifactId>codec</artifactId>
<version>1.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.thierrysquirrel/codec/
implementation 'com.github.thierrysquirrel:codec:1.0.1-RELEASE'
// https://jarcasting.com/artifacts/com.github.thierrysquirrel/codec/
implementation ("com.github.thierrysquirrel:codec:1.0.1-RELEASE")
'com.github.thierrysquirrel:codec:jar:1.0.1-RELEASE'
<dependency org="com.github.thierrysquirrel" name="codec" rev="1.0.1-RELEASE">
<artifact name="codec" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.thierrysquirrel', module='codec', version='1.0.1-RELEASE')
)
libraryDependencies += "com.github.thierrysquirrel" % "codec" % "1.0.1-RELEASE"
[com.github.thierrysquirrel/codec "1.0.1-RELEASE"]