GroupId | GroupIdorg.apache.servicemix.jbi |
---|---|
ArtifactId | ArtifactIdorg.apache.servicemix.jbi.itests |
Version | Version1.0.0-m2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.servicemix.jbi/org.apache.servicemix.jbi.itests/ -->
<dependency>
<groupId>org.apache.servicemix.jbi</groupId>
<artifactId>org.apache.servicemix.jbi.itests</artifactId>
<version>1.0.0-m2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicemix.jbi/org.apache.servicemix.jbi.itests/
implementation 'org.apache.servicemix.jbi:org.apache.servicemix.jbi.itests:1.0.0-m2'
// https://jarcasting.com/artifacts/org.apache.servicemix.jbi/org.apache.servicemix.jbi.itests/
implementation ("org.apache.servicemix.jbi:org.apache.servicemix.jbi.itests:1.0.0-m2")
'org.apache.servicemix.jbi:org.apache.servicemix.jbi.itests:jar:1.0.0-m2'
<dependency org="org.apache.servicemix.jbi" name="org.apache.servicemix.jbi.itests" rev="1.0.0-m2">
<artifact name="org.apache.servicemix.jbi.itests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicemix.jbi', module='org.apache.servicemix.jbi.itests', version='1.0.0-m2')
)
libraryDependencies += "org.apache.servicemix.jbi" % "org.apache.servicemix.jbi.itests" % "1.0.0-m2"
[org.apache.servicemix.jbi/org.apache.servicemix.jbi.itests "1.0.0-m2"]