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