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