| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.servicemix.jbi |
| Идентификатор | Идентификаторorg.apache.servicemix.jbi.itests |
| Версия | Версия1.6.1 |
| Тип | Типjar |
| Описание |
ОписаниеApache ServiceMix :: JBI :: Integration Tests
Bill-of-materials of the core components and versions used for building the NMR project
(This POM contains the dependencies and versions that are useful to both users and our own development)
|
| Организация-разработчик |
Организация-разработчик |
<!-- 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.6.1</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.6.1'
// https://jarcasting.com/artifacts/org.apache.servicemix.jbi/org.apache.servicemix.jbi.itests/
implementation ("org.apache.servicemix.jbi:org.apache.servicemix.jbi.itests:1.6.1")
'org.apache.servicemix.jbi:org.apache.servicemix.jbi.itests:jar:1.6.1'
<dependency org="org.apache.servicemix.jbi" name="org.apache.servicemix.jbi.itests" rev="1.6.1">
<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.6.1')
)
libraryDependencies += "org.apache.servicemix.jbi" % "org.apache.servicemix.jbi.itests" % "1.6.1"
[org.apache.servicemix.jbi/org.apache.servicemix.jbi.itests "1.6.1"]