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