GroupId | GroupIdorg.apache-extras.camel-extra |
---|---|
ArtifactId | ArtifactIdtests |
Last Version | Last Version2.13.4 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionCamel Extra :: Integration Tests
Camel Extra Integration Tests
|
Filename | Size |
---|---|
tests-2.13.4.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache-extras.camel-extra/tests/ -->
<dependency>
<groupId>org.apache-extras.camel-extra</groupId>
<artifactId>tests</artifactId>
<version>2.13.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache-extras.camel-extra/tests/
implementation 'org.apache-extras.camel-extra:tests:2.13.4'
// https://jarcasting.com/artifacts/org.apache-extras.camel-extra/tests/
implementation ("org.apache-extras.camel-extra:tests:2.13.4")
'org.apache-extras.camel-extra:tests:pom:2.13.4'
<dependency org="org.apache-extras.camel-extra" name="tests" rev="2.13.4">
<artifact name="tests" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache-extras.camel-extra', module='tests', version='2.13.4')
)
libraryDependencies += "org.apache-extras.camel-extra" % "tests" % "2.13.4"
[org.apache-extras.camel-extra/tests "2.13.4"]