c

component-runtime-standalone

Locator for standalone run, it allows to lookup services and components after serialization.
文件下载
文件名 操作
component-runtime-standalone-0.0.5.jar 下载
component-runtime-standalone-0.0.5.pom 下载
component-runtime-standalone-0.0.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.talend.sdk.component</groupId>
  <artifactId>component-runtime-standalone</artifactId>
  <version>0.0.5</version>
</dependency>
Gradle Groovy
implementation 'org.talend.sdk.component:component-runtime-standalone:0.0.5'
Gradle Kotlin
implementation("org.talend.sdk.component:component-runtime-standalone:0.0.5")
Scala SBT
libraryDependencies += "org.talend.sdk.component" % "component-runtime-standalone" % "0.0.5"
Groovy Grape
@Grapes(
  @Grab(group='org.talend.sdk.component', module='component-runtime-standalone', version='0.0.5')
)
Apache Ivy
<dependency org="org.talend.sdk.component" name="component-runtime-standalone" rev="0.0.5" />
Leiningen
[org.talend.sdk.component/component-runtime-standalone "0.0.5"]
Apache Buildr
'org.talend.sdk.component:component-runtime-standalone:jar:0.0.5'