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