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-0.66.0.pom download
Apache Maven
<dependency>
  <groupId>org.talend.sdk.component</groupId>
  <artifactId>documentation-sample</artifactId>
  <version>0.66.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.talend.sdk.component:documentation-sample:0.66.0'
Gradle Kotlin
implementation("org.talend.sdk.component:documentation-sample:0.66.0")
Scala SBT
libraryDependencies += "org.talend.sdk.component" % "documentation-sample" % "0.66.0"
Groovy Grape
@Grapes(
  @Grab(group='org.talend.sdk.component', module='documentation-sample', version='0.66.0')
)
Apache Ivy
<dependency org="org.talend.sdk.component" name="documentation-sample" rev="0.66.0" />
Leiningen
[org.talend.sdk.component/documentation-sample "0.66.0"]
Apache Buildr
'org.talend.sdk.component:documentation-sample:jar:0.66.0'