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