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