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