| GroupId | GroupIdorg.webjars.npm | 
    
|---|---|
| ArtifactId | ArtifactIdplugin-typescript | 
    
| Version | Version5.1.2 | 
        
| Type | Typejar | 
    
| Filename | Size | 
|---|---|
| plugin-typescript-5.1.2.pom | |
| plugin-typescript-5.1.2.jar | 26 KB | 
| plugin-typescript-5.1.2-sources.jar | 22 bytes | 
| plugin-typescript-5.1.2-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>5.1.2</version>
</dependency>
                // https://jarcasting.com/artifacts/org.webjars.npm/plugin-typescript/
implementation 'org.webjars.npm:plugin-typescript:5.1.2'
                // https://jarcasting.com/artifacts/org.webjars.npm/plugin-typescript/
implementation ("org.webjars.npm:plugin-typescript:5.1.2")
                'org.webjars.npm:plugin-typescript:jar:5.1.2'
                <dependency org="org.webjars.npm" name="plugin-typescript" rev="5.1.2">
  <artifact name="plugin-typescript" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.webjars.npm', module='plugin-typescript', version='5.1.2')
)
                libraryDependencies += "org.webjars.npm" % "plugin-typescript" % "5.1.2"
                [org.webjars.npm/plugin-typescript "5.1.2"]