is not current version
Last Version 3.4.1

org.apache.servicemix:common 3.2.3


GroupId

GroupId

org.apache.servicemix
ArtifactId

ArtifactId

common
Version

Version

3.2.3
Type

Type

pom

Download common 3.2.3

Filename Size
common-3.2.3.pom 2 KB
Browse

<!-- https://jarcasting.com/artifacts/org.apache.servicemix/common/ -->
<dependency>
    <groupId>org.apache.servicemix</groupId>
    <artifactId>common</artifactId>
    <version>3.2.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicemix/common/
implementation 'org.apache.servicemix:common:3.2.3'
// https://jarcasting.com/artifacts/org.apache.servicemix/common/
implementation ("org.apache.servicemix:common:3.2.3")
'org.apache.servicemix:common:pom:3.2.3'
<dependency org="org.apache.servicemix" name="common" rev="3.2.3">
  <artifact name="common" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicemix', module='common', version='3.2.3')
)
libraryDependencies += "org.apache.servicemix" % "common" % "3.2.3"
[org.apache.servicemix/common "3.2.3"]