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