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