Categories |
CategoriesQuarkus Container Microservices KeY Data Data Formats Formal Verification |
---|---|
GroupId | GroupIdorg.apache.camel.quarkus |
ArtifactId | ArtifactIdcamel-quarkus-integration-test-snakeyaml |
Version | Version1.0.0-M1 |
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>1.0.0-M1</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:1.0.0-M1'
// https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-integration-test-snakeyaml/
implementation ("org.apache.camel.quarkus:camel-quarkus-integration-test-snakeyaml:1.0.0-M1")
'org.apache.camel.quarkus:camel-quarkus-integration-test-snakeyaml:jar:1.0.0-M1'
<dependency org="org.apache.camel.quarkus" name="camel-quarkus-integration-test-snakeyaml" rev="1.0.0-M1">
<artifact name="camel-quarkus-integration-test-snakeyaml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.quarkus', module='camel-quarkus-integration-test-snakeyaml', version='1.0.0-M1')
)
libraryDependencies += "org.apache.camel.quarkus" % "camel-quarkus-integration-test-snakeyaml" % "1.0.0-M1"
[org.apache.camel.quarkus/camel-quarkus-integration-test-snakeyaml "1.0.0-M1"]