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