License |
License |
---|---|
GroupId | GroupIdorg.apache.servicemix.tooling |
ArtifactId | ArtifactIdtooling |
Last Version | Last Version7.0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionApache ServiceMix :: Tooling
Bill-of-materials of the core components and versions used for building the features project
(This POM contains the dependencies and versions that are useful to both users and our own
development)
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
tooling-7.0.1.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.servicemix.tooling/tooling/ -->
<dependency>
<groupId>org.apache.servicemix.tooling</groupId>
<artifactId>tooling</artifactId>
<version>7.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicemix.tooling/tooling/
implementation 'org.apache.servicemix.tooling:tooling:7.0.1'
// https://jarcasting.com/artifacts/org.apache.servicemix.tooling/tooling/
implementation ("org.apache.servicemix.tooling:tooling:7.0.1")
'org.apache.servicemix.tooling:tooling:pom:7.0.1'
<dependency org="org.apache.servicemix.tooling" name="tooling" rev="7.0.1">
<artifact name="tooling" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicemix.tooling', module='tooling', version='7.0.1')
)
libraryDependencies += "org.apache.servicemix.tooling" % "tooling" % "7.0.1"
[org.apache.servicemix.tooling/tooling "7.0.1"]