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