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