License |
License |
---|---|
GroupId | GroupIdorg.apache.camel.springboot |
ArtifactId | ArtifactIdtooling |
Last Version | Last Version3.17.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionCamel SB Tooling
Camel Spring Boot Root POM
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
tooling-3.17.0.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.17.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.springboot/tooling/
implementation 'org.apache.camel.springboot:tooling:3.17.0'
// https://jarcasting.com/artifacts/org.apache.camel.springboot/tooling/
implementation ("org.apache.camel.springboot:tooling:3.17.0")
'org.apache.camel.springboot:tooling:pom:3.17.0'
<dependency org="org.apache.camel.springboot" name="tooling" rev="3.17.0">
<artifact name="tooling" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.springboot', module='tooling', version='3.17.0')
)
libraryDependencies += "org.apache.camel.springboot" % "tooling" % "3.17.0"
[org.apache.camel.springboot/tooling "3.17.0"]