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