| License | License | 
|---|---|
| GroupId | GroupIdorg.apache.servicemix | 
| ArtifactId | ArtifactIdapache-servicemix-examples | 
| Last Version | Last Version7.0.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionApache ServiceMix :: Assemblies :: ServiceMix Examples Bill-of-materials of the core components and versions used for building the features project
        (This POM contains the dependencies and versions that are useful to both users and our own
        development) | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| apache-servicemix-examples-7.0.1.pom | |
| apache-servicemix-examples-7.0.1.jar | 427 KB | 
| apache-servicemix-examples-7.0.1-sources.jar | 425 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.apache.servicemix/apache-servicemix-examples/ -->
<dependency>
    <groupId>org.apache.servicemix</groupId>
    <artifactId>apache-servicemix-examples</artifactId>
    <version>7.0.1</version>
</dependency>// https://jarcasting.com/artifacts/org.apache.servicemix/apache-servicemix-examples/
implementation 'org.apache.servicemix:apache-servicemix-examples:7.0.1'// https://jarcasting.com/artifacts/org.apache.servicemix/apache-servicemix-examples/
implementation ("org.apache.servicemix:apache-servicemix-examples:7.0.1")'org.apache.servicemix:apache-servicemix-examples:jar:7.0.1'<dependency org="org.apache.servicemix" name="apache-servicemix-examples" rev="7.0.1">
  <artifact name="apache-servicemix-examples" type="jar" />
</dependency>@Grapes(
@Grab(group='org.apache.servicemix', module='apache-servicemix-examples', version='7.0.1')
)libraryDependencies += "org.apache.servicemix" % "apache-servicemix-examples" % "7.0.1"[org.apache.servicemix/apache-servicemix-examples "7.0.1"]