License |
License |
---|---|
GroupId | GroupIdorg.apache.camel |
ArtifactId | ArtifactIdcamel-itest-osgi |
Last Version | Last Version3.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCamel :: Integration Tests :: OSGi
Performs OSGi compliance integration tests
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
camel-itest-osgi-3.1.0.pom | |
camel-itest-osgi-3.1.0.jar | 25 KB |
camel-itest-osgi-3.1.0-sources.jar | 15 KB |
camel-itest-osgi-3.1.0-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-itest-osgi/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-itest-osgi</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-itest-osgi/
implementation 'org.apache.camel:camel-itest-osgi:3.1.0'
// https://jarcasting.com/artifacts/org.apache.camel/camel-itest-osgi/
implementation ("org.apache.camel:camel-itest-osgi:3.1.0")
'org.apache.camel:camel-itest-osgi:jar:3.1.0'
<dependency org="org.apache.camel" name="camel-itest-osgi" rev="3.1.0">
<artifact name="camel-itest-osgi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-itest-osgi', version='3.1.0')
)
libraryDependencies += "org.apache.camel" % "camel-itest-osgi" % "3.1.0"
[org.apache.camel/camel-itest-osgi "3.1.0"]