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