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