Categories |
CategoriesQuarkus Container Microservices KeY Data Data Formats Formal Verification |
---|---|
GroupId | GroupIdorg.apache.camel.quarkus |
ArtifactId | ArtifactIdcamel-quarkus-integration-test-snakeyaml |
Version | Version0.4.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-integration-test-snakeyaml/ -->
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-snakeyaml</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-integration-test-snakeyaml/
implementation 'org.apache.camel.quarkus:camel-quarkus-integration-test-snakeyaml:0.4.0'
// https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-integration-test-snakeyaml/
implementation ("org.apache.camel.quarkus:camel-quarkus-integration-test-snakeyaml:0.4.0")
'org.apache.camel.quarkus:camel-quarkus-integration-test-snakeyaml:jar:0.4.0'
<dependency org="org.apache.camel.quarkus" name="camel-quarkus-integration-test-snakeyaml" rev="0.4.0">
<artifact name="camel-quarkus-integration-test-snakeyaml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.quarkus', module='camel-quarkus-integration-test-snakeyaml', version='0.4.0')
)
libraryDependencies += "org.apache.camel.quarkus" % "camel-quarkus-integration-test-snakeyaml" % "0.4.0"
[org.apache.camel.quarkus/camel-quarkus-integration-test-snakeyaml "0.4.0"]