Categories |
CategoriesJavaScript Languages Github Development Tools Version Controls |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdgithub-com-paperjs-paper-js |
Version | Version0.12.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/github-com-paperjs-paper-js/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>github-com-paperjs-paper-js</artifactId>
<version>0.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-paperjs-paper-js/
implementation 'org.webjars.npm:github-com-paperjs-paper-js:0.12.0'
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-paperjs-paper-js/
implementation ("org.webjars.npm:github-com-paperjs-paper-js:0.12.0")
'org.webjars.npm:github-com-paperjs-paper-js:jar:0.12.0'
<dependency org="org.webjars.npm" name="github-com-paperjs-paper-js" rev="0.12.0">
<artifact name="github-com-paperjs-paper-js" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='github-com-paperjs-paper-js', version='0.12.0')
)
libraryDependencies += "org.webjars.npm" % "github-com-paperjs-paper-js" % "0.12.0"
[org.webjars.npm/github-com-paperjs-paper-js "0.12.0"]