is not current version
Last Version 1.7.5

org.webjars:typescript 1.4

WebJar for TypeScript

GroupId

GroupId

org.webjars
ArtifactId

ArtifactId

typescript
Version

Version

1.4
Type

Type

jar

Download typescript 1.4


<!-- https://jarcasting.com/artifacts/org.webjars/typescript/ -->
<dependency>
    <groupId>org.webjars</groupId>
    <artifactId>typescript</artifactId>
    <version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/typescript/
implementation 'org.webjars:typescript:1.4'
// https://jarcasting.com/artifacts/org.webjars/typescript/
implementation ("org.webjars:typescript:1.4")
'org.webjars:typescript:jar:1.4'
<dependency org="org.webjars" name="typescript" rev="1.4">
  <artifact name="typescript" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='typescript', version='1.4')
)
libraryDependencies += "org.webjars" % "typescript" % "1.4"
[org.webjars/typescript "1.4"]