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