GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdtypings |
Version | Version0.6.9 |
Type | Typejar |
Filename | Size |
---|---|
typings-0.6.9.pom | |
typings-0.6.9.jar | 77 KB |
typings-0.6.9-sources.jar | 22 bytes |
typings-0.6.9-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.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/typings/
implementation 'org.webjars.npm:typings:0.6.9'
// https://jarcasting.com/artifacts/org.webjars.npm/typings/
implementation ("org.webjars.npm:typings:0.6.9")
'org.webjars.npm:typings:jar:0.6.9'
<dependency org="org.webjars.npm" name="typings" rev="0.6.9">
<artifact name="typings" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='typings', version='0.6.9')
)
libraryDependencies += "org.webjars.npm" % "typings" % "0.6.9"
[org.webjars.npm/typings "0.6.9"]