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