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