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