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