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