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