| GroupId | GroupIdorg.webjars |
|---|---|
| ArtifactId | ArtifactIdtypescript |
| Version | Version0.9.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| typescript-0.9.0.pom | |
| typescript-0.9.0.jar | 274 KB |
| typescript-0.9.0-javadoc.jar | 272 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/typescript/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>typescript</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/typescript/
implementation 'org.webjars:typescript:0.9.0'
// https://jarcasting.com/artifacts/org.webjars/typescript/
implementation ("org.webjars:typescript:0.9.0")
'org.webjars:typescript:jar:0.9.0'
<dependency org="org.webjars" name="typescript" rev="0.9.0">
<artifact name="typescript" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='typescript', version='0.9.0')
)
libraryDependencies += "org.webjars" % "typescript" % "0.9.0"
[org.webjars/typescript "0.9.0"]