| Группа | Группаorg.switchyard.components |
|---|---|
| Идентификатор | Идентификаторswitchyard-component-itests |
| Версия | Версия2.0.0.Alpha1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| switchyard-component-itests-2.0.0.Alpha1.pom | |
| switchyard-component-itests-2.0.0.Alpha1.jar | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.switchyard.components/switchyard-component-itests/ -->
<dependency>
<groupId>org.switchyard.components</groupId>
<artifactId>switchyard-component-itests</artifactId>
<version>2.0.0.Alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/org.switchyard.components/switchyard-component-itests/
implementation 'org.switchyard.components:switchyard-component-itests:2.0.0.Alpha1'
// https://jarcasting.com/artifacts/org.switchyard.components/switchyard-component-itests/
implementation ("org.switchyard.components:switchyard-component-itests:2.0.0.Alpha1")
'org.switchyard.components:switchyard-component-itests:jar:2.0.0.Alpha1'
<dependency org="org.switchyard.components" name="switchyard-component-itests" rev="2.0.0.Alpha1">
<artifact name="switchyard-component-itests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.switchyard.components', module='switchyard-component-itests', version='2.0.0.Alpha1')
)
libraryDependencies += "org.switchyard.components" % "switchyard-component-itests" % "2.0.0.Alpha1"
[org.switchyard.components/switchyard-component-itests "2.0.0.Alpha1"]