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