License |
License |
---|---|
Categories |
CategoriesKeY Data Data Formats Formal Verification |
GroupId | GroupIdorg.apache.camel |
ArtifactId | ArtifactIdcamel-snakeyaml |
Last Version | Last Version3.17.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCamel :: SnakeYAML
Camel SnakeYAML support
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
camel-snakeyaml-3.17.0.pom | |
camel-snakeyaml-3.17.0.jar | 28 KB |
camel-snakeyaml-3.17.0-sources.jar | 13 KB |
camel-snakeyaml-3.17.0-javadoc.jar | 64 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-snakeyaml/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-snakeyaml</artifactId>
<version>3.17.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-snakeyaml/
implementation 'org.apache.camel:camel-snakeyaml:3.17.0'
// https://jarcasting.com/artifacts/org.apache.camel/camel-snakeyaml/
implementation ("org.apache.camel:camel-snakeyaml:3.17.0")
'org.apache.camel:camel-snakeyaml:jar:3.17.0'
<dependency org="org.apache.camel" name="camel-snakeyaml" rev="3.17.0">
<artifact name="camel-snakeyaml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-snakeyaml', version='3.17.0')
)
libraryDependencies += "org.apache.camel" % "camel-snakeyaml" % "3.17.0"
[org.apache.camel/camel-snakeyaml "3.17.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.camel : camel-support | jar | 3.17.0 |
org.yaml : snakeyaml | jar | 1.30 |