| GroupId | GroupIdorg.webjars.npm | 
    
|---|---|
| ArtifactId | ArtifactIdplugin-typescript | 
    
| Version | Version4.0.17 | 
        
| Type | Typejar | 
    
| Filename | Size | 
|---|---|
| plugin-typescript-4.0.17.pom | |
| plugin-typescript-4.0.17.jar | 17 KB | 
| plugin-typescript-4.0.17-sources.jar | 22 bytes | 
| plugin-typescript-4.0.17-javadoc.jar | 22 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.webjars.npm/plugin-typescript/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>plugin-typescript</artifactId>
    <version>4.0.17</version>
</dependency>
                // https://jarcasting.com/artifacts/org.webjars.npm/plugin-typescript/
implementation 'org.webjars.npm:plugin-typescript:4.0.17'
                // https://jarcasting.com/artifacts/org.webjars.npm/plugin-typescript/
implementation ("org.webjars.npm:plugin-typescript:4.0.17")
                'org.webjars.npm:plugin-typescript:jar:4.0.17'
                <dependency org="org.webjars.npm" name="plugin-typescript" rev="4.0.17">
  <artifact name="plugin-typescript" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.webjars.npm', module='plugin-typescript', version='4.0.17')
)
                libraryDependencies += "org.webjars.npm" % "plugin-typescript" % "4.0.17"
                [org.webjars.npm/plugin-typescript "4.0.17"]