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