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