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