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