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