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