License |
License |
---|---|
GroupId | GroupIdorg.talend.sdk.component |
ArtifactId | ArtifactIdtable-component |
Version | Version1.38.0 |
Type | Typejar |
Description |
DescriptionComponent Runtime :: Sample Parent :: Documentation Samples :: Table
Add a table to your component configuration.
|
Filename | Size |
---|---|
table-component-1.38.0.pom | |
table-component-1.38.0.jar | 10 KB |
table-component-1.38.0-sources.jar | 9 KB |
table-component-1.38.0-javadoc.jar | 423 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.talend.sdk.component/table-component/ -->
<dependency>
<groupId>org.talend.sdk.component</groupId>
<artifactId>table-component</artifactId>
<version>1.38.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.talend.sdk.component/table-component/
implementation 'org.talend.sdk.component:table-component:1.38.0'
// https://jarcasting.com/artifacts/org.talend.sdk.component/table-component/
implementation ("org.talend.sdk.component:table-component:1.38.0")
'org.talend.sdk.component:table-component:jar:1.38.0'
<dependency org="org.talend.sdk.component" name="table-component" rev="1.38.0">
<artifact name="table-component" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.talend.sdk.component', module='table-component', version='1.38.0')
)
libraryDependencies += "org.talend.sdk.component" % "table-component" % "1.38.0"
[org.talend.sdk.component/table-component "1.38.0"]
Group / Artifact | Type | Version |
---|---|---|
org.talend.sdk.component : component-api | jar | 1.1.9 |
org.slf4j : slf4j-jdk14 | jar | 1.7.32 |
org.projectlombok : lombok | jar | 1.18.20 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.8.0-M1 |
org.junit.vintage : junit-vintage-engine | jar | 5.8.0-M1 |