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