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