GroupId | GroupIdorg.apache.servicemix |
---|---|
ArtifactId | ArtifactIdservicemix-itests |
Version | Version3.3 |
Type | Typejar |
Filename | Size |
---|---|
servicemix-itests-3.3.pom | |
servicemix-itests-3.3.jar | 28 KB |
servicemix-itests-3.3-sources.jar | 327 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.servicemix/servicemix-itests/ -->
<dependency>
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-itests</artifactId>
<version>3.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicemix/servicemix-itests/
implementation 'org.apache.servicemix:servicemix-itests:3.3'
// https://jarcasting.com/artifacts/org.apache.servicemix/servicemix-itests/
implementation ("org.apache.servicemix:servicemix-itests:3.3")
'org.apache.servicemix:servicemix-itests:jar:3.3'
<dependency org="org.apache.servicemix" name="servicemix-itests" rev="3.3">
<artifact name="servicemix-itests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicemix', module='servicemix-itests', version='3.3')
)
libraryDependencies += "org.apache.servicemix" % "servicemix-itests" % "3.3"
[org.apache.servicemix/servicemix-itests "3.3"]