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