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