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