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