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