License |
License |
---|---|
GroupId | GroupIdorg.apache.camel.springboot |
ArtifactId | ArtifactIdtooling |
Version | Version3.11.1 |
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.11.1.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.11.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.springboot/tooling/
implementation 'org.apache.camel.springboot:tooling:3.11.1'
// https://jarcasting.com/artifacts/org.apache.camel.springboot/tooling/
implementation ("org.apache.camel.springboot:tooling:3.11.1")
'org.apache.camel.springboot:tooling:pom:3.11.1'
<dependency org="org.apache.camel.springboot" name="tooling" rev="3.11.1">
<artifact name="tooling" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.springboot', module='tooling', version='3.11.1')
)
libraryDependencies += "org.apache.camel.springboot" % "tooling" % "3.11.1"
[org.apache.camel.springboot/tooling "3.11.1"]