GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdtypings |
Version | Version0.6.6 |
Type | Typejar |
Filename | Size |
---|---|
typings-0.6.6.pom | |
typings-0.6.6.jar | 78 KB |
typings-0.6.6-sources.jar | 22 bytes |
typings-0.6.6-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/typings/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>typings</artifactId>
<version>0.6.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/typings/
implementation 'org.webjars.npm:typings:0.6.6'
// https://jarcasting.com/artifacts/org.webjars.npm/typings/
implementation ("org.webjars.npm:typings:0.6.6")
'org.webjars.npm:typings:jar:0.6.6'
<dependency org="org.webjars.npm" name="typings" rev="0.6.6">
<artifact name="typings" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='typings', version='0.6.6')
)
libraryDependencies += "org.webjars.npm" % "typings" % "0.6.6"
[org.webjars.npm/typings "0.6.6"]