License |
License |
---|---|
GroupId | GroupIdorg.apache.servicemix.tooling |
ArtifactId | ArtifactIdarchetypes |
Last Version | Last Version7.0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionApache ServiceMix :: Tooling :: Archetypes
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 |
---|---|
archetypes-7.0.1.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.servicemix.tooling/archetypes/ -->
<dependency>
<groupId>org.apache.servicemix.tooling</groupId>
<artifactId>archetypes</artifactId>
<version>7.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicemix.tooling/archetypes/
implementation 'org.apache.servicemix.tooling:archetypes:7.0.1'
// https://jarcasting.com/artifacts/org.apache.servicemix.tooling/archetypes/
implementation ("org.apache.servicemix.tooling:archetypes:7.0.1")
'org.apache.servicemix.tooling:archetypes:pom:7.0.1'
<dependency org="org.apache.servicemix.tooling" name="archetypes" rev="7.0.1">
<artifact name="archetypes" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicemix.tooling', module='archetypes', version='7.0.1')
)
libraryDependencies += "org.apache.servicemix.tooling" % "archetypes" % "7.0.1"
[org.apache.servicemix.tooling/archetypes "7.0.1"]