License |
License |
---|---|
GroupId | GroupIdorg.apache.servicemix.examples |
ArtifactId | ArtifactIdorg.apache.servicemix.examples.itests |
Version | Version4.3.0 |
Type | Typepom |
Description |
DescriptionApache ServiceMix :: Features :: Examples :: iTests
This pom provides project information that is common to all ServiceMix branches.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
org.apache.servicemix.examples.itests-4.3.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.servicemix.examples/org.apache.servicemix.examples.itests/ -->
<dependency>
<groupId>org.apache.servicemix.examples</groupId>
<artifactId>org.apache.servicemix.examples.itests</artifactId>
<version>4.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicemix.examples/org.apache.servicemix.examples.itests/
implementation 'org.apache.servicemix.examples:org.apache.servicemix.examples.itests:4.3.0'
// https://jarcasting.com/artifacts/org.apache.servicemix.examples/org.apache.servicemix.examples.itests/
implementation ("org.apache.servicemix.examples:org.apache.servicemix.examples.itests:4.3.0")
'org.apache.servicemix.examples:org.apache.servicemix.examples.itests:pom:4.3.0'
<dependency org="org.apache.servicemix.examples" name="org.apache.servicemix.examples.itests" rev="4.3.0">
<artifact name="org.apache.servicemix.examples.itests" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicemix.examples', module='org.apache.servicemix.examples.itests', version='4.3.0')
)
libraryDependencies += "org.apache.servicemix.examples" % "org.apache.servicemix.examples.itests" % "4.3.0"
[org.apache.servicemix.examples/org.apache.servicemix.examples.itests "4.3.0"]