Categories |
CategoriesJavaScript Languages |
---|---|
GroupId | GroupIdorg.webjars |
ArtifactId | ArtifactIdpaths-js |
Version | Version0.3.2 |
Type | Typejar |
Filename | Size |
---|---|
paths-js-0.3.2.pom | |
paths-js-0.3.2.jar | 51 KB |
paths-js-0.3.2-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/paths-js/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>paths-js</artifactId>
<version>0.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/paths-js/
implementation 'org.webjars:paths-js:0.3.2'
// https://jarcasting.com/artifacts/org.webjars/paths-js/
implementation ("org.webjars:paths-js:0.3.2")
'org.webjars:paths-js:jar:0.3.2'
<dependency org="org.webjars" name="paths-js" rev="0.3.2">
<artifact name="paths-js" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='paths-js', version='0.3.2')
)
libraryDependencies += "org.webjars" % "paths-js" % "0.3.2"
[org.webjars/paths-js "0.3.2"]