GroupId | GroupIdorg.apache.camel.karaf |
---|---|
ArtifactId | ArtifactIdtests |
Version | Version3.14.2 |
Type | Typepom |
Filename | Size |
---|---|
tests-3.14.2.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.camel.karaf/tests/ -->
<dependency>
<groupId>org.apache.camel.karaf</groupId>
<artifactId>tests</artifactId>
<version>3.14.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.karaf/tests/
implementation 'org.apache.camel.karaf:tests:3.14.2'
// https://jarcasting.com/artifacts/org.apache.camel.karaf/tests/
implementation ("org.apache.camel.karaf:tests:3.14.2")
'org.apache.camel.karaf:tests:pom:3.14.2'
<dependency org="org.apache.camel.karaf" name="tests" rev="3.14.2">
<artifact name="tests" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.karaf', module='tests', version='3.14.2')
)
libraryDependencies += "org.apache.camel.karaf" % "tests" % "3.14.2"
[org.apache.camel.karaf/tests "3.14.2"]