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