is not current version
Last Version 3.17.0

org.apache.camel:tests 2.23.1

Camel Integration Tests

GroupId

GroupId

org.apache.camel
ArtifactId

ArtifactId

tests
Version

Version

2.23.1
Type

Type

pom

Download tests 2.23.1

Filename Size
tests-2.23.1.pom 2 KB
Browse

<!-- https://jarcasting.com/artifacts/org.apache.camel/tests/ -->
<dependency>
    <groupId>org.apache.camel</groupId>
    <artifactId>tests</artifactId>
    <version>2.23.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/tests/
implementation 'org.apache.camel:tests:2.23.1'
// https://jarcasting.com/artifacts/org.apache.camel/tests/
implementation ("org.apache.camel:tests:2.23.1")
'org.apache.camel:tests:pom:2.23.1'
<dependency org="org.apache.camel" name="tests" rev="2.23.1">
  <artifact name="tests" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='tests', version='2.23.1')
)
libraryDependencies += "org.apache.camel" % "tests" % "2.23.1"
[org.apache.camel/tests "2.23.1"]