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