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