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