GroupId | GroupIdorg.apache.camel.springboot |
---|---|
ArtifactId | ArtifactIdarchetypes |
Version | Version3.8.0 |
Type | Typepom |
Filename | Size |
---|---|
archetypes-3.8.0.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.8.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.springboot/archetypes/
implementation 'org.apache.camel.springboot:archetypes:3.8.0'
// https://jarcasting.com/artifacts/org.apache.camel.springboot/archetypes/
implementation ("org.apache.camel.springboot:archetypes:3.8.0")
'org.apache.camel.springboot:archetypes:pom:3.8.0'
<dependency org="org.apache.camel.springboot" name="archetypes" rev="3.8.0">
<artifact name="archetypes" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.springboot', module='archetypes', version='3.8.0')
)
libraryDependencies += "org.apache.camel.springboot" % "archetypes" % "3.8.0"
[org.apache.camel.springboot/archetypes "3.8.0"]