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