| GroupId | GroupIdorg.apache.servicemix.examples |
|---|---|
| ArtifactId | ArtifactIdorg.apache.servicemix.examples.itests |
| Version | Version4.0.0 |
| Type | Typejar |
<!-- 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.0.0</version>
</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.0.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.0.0")
'org.apache.servicemix.examples:org.apache.servicemix.examples.itests:jar:4.0.0'
<dependency org="org.apache.servicemix.examples" name="org.apache.servicemix.examples.itests" rev="4.0.0">
<artifact name="org.apache.servicemix.examples.itests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicemix.examples', module='org.apache.servicemix.examples.itests', version='4.0.0')
)
libraryDependencies += "org.apache.servicemix.examples" % "org.apache.servicemix.examples.itests" % "4.0.0"
[org.apache.servicemix.examples/org.apache.servicemix.examples.itests "4.0.0"]