d

documentation-sample

Samples used in the documentation. IMPORTANT: children MUST NOT use any parent to be self-contained!
Files download
File Operation
documentation-sample-1.61.2.pom download
Apache Maven
<dependency>
  <groupId>org.talend.sdk.component</groupId>
  <artifactId>documentation-sample</artifactId>
  <version>1.61.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.talend.sdk.component:documentation-sample:1.61.2'
Gradle Kotlin
implementation("org.talend.sdk.component:documentation-sample:1.61.2")
Scala SBT
libraryDependencies += "org.talend.sdk.component" % "documentation-sample" % "1.61.2"
Groovy Grape
@Grapes(
  @Grab(group='org.talend.sdk.component', module='documentation-sample', version='1.61.2')
)
Apache Ivy
<dependency org="org.talend.sdk.component" name="documentation-sample" rev="1.61.2" />
Leiningen
[org.talend.sdk.component/documentation-sample "1.61.2"]
Apache Buildr
'org.talend.sdk.component:documentation-sample:jar:1.61.2'