GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdlocate-path |
Version | Version3.0.0 |
Type | Typejar |
Filename | Size |
---|---|
locate-path-3.0.0.pom | |
locate-path-3.0.0.jar | 4 KB |
locate-path-3.0.0-sources.jar | 22 bytes |
locate-path-3.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>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/locate-path/
implementation 'org.webjars.npm:locate-path:3.0.0'
// https://jarcasting.com/artifacts/org.webjars.npm/locate-path/
implementation ("org.webjars.npm:locate-path:3.0.0")
'org.webjars.npm:locate-path:jar:3.0.0'
<dependency org="org.webjars.npm" name="locate-path" rev="3.0.0">
<artifact name="locate-path" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='locate-path', version='3.0.0')
)
libraryDependencies += "org.webjars.npm" % "locate-path" % "3.0.0"
[org.webjars.npm/locate-path "3.0.0"]