| License | 
                License | 
        
|---|---|
| GroupId | GroupIdorg.talend.sdk.component | 
    
| ArtifactId | ArtifactIdcredentials-component | 
    
| Last Version | Last Version1.46.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionComponent Runtime :: Sample Parent :: Documentation Samples :: Credential 
            Mark a configuration as sensitive data to avoid displaying it as plain text. 
         | 
    
<!-- https://jarcasting.com/artifacts/org.talend.sdk.component/credentials-component/ -->
<dependency>
    <groupId>org.talend.sdk.component</groupId>
    <artifactId>credentials-component</artifactId>
    <version>1.46.0</version>
</dependency>
                // https://jarcasting.com/artifacts/org.talend.sdk.component/credentials-component/
implementation 'org.talend.sdk.component:credentials-component:1.46.0'
                // https://jarcasting.com/artifacts/org.talend.sdk.component/credentials-component/
implementation ("org.talend.sdk.component:credentials-component:1.46.0")
                'org.talend.sdk.component:credentials-component:jar:1.46.0'
                <dependency org="org.talend.sdk.component" name="credentials-component" rev="1.46.0">
  <artifact name="credentials-component" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.talend.sdk.component', module='credentials-component', version='1.46.0')
)
                libraryDependencies += "org.talend.sdk.component" % "credentials-component" % "1.46.0"
                [org.talend.sdk.component/credentials-component "1.46.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.talend.sdk.component : component-api | jar | 1.1.9 | 
| org.slf4j : slf4j-jdk14 | jar | |
| org.projectlombok : lombok | jar | 1.18.20 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.8.1 | 
| org.junit.vintage : junit-vintage-engine | jar | 5.8.1 |