License |
License
MIT
|
---|---|
Categories |
CategoriesReact User Interface Web Frameworks |
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdpreact |
Last Version | Last Version11.0.0-experimental.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionpreact
WebJar for preact
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
preact-11.0.0-experimental.1.pom | |
preact-11.0.0-experimental.1.jar | 271 KB |
preact-11.0.0-experimental.1-sources.jar | 22 bytes |
preact-11.0.0-experimental.1-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/preact/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>preact</artifactId>
<version>11.0.0-experimental.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/preact/
implementation 'org.webjars.npm:preact:11.0.0-experimental.1'
// https://jarcasting.com/artifacts/org.webjars.npm/preact/
implementation ("org.webjars.npm:preact:11.0.0-experimental.1")
'org.webjars.npm:preact:jar:11.0.0-experimental.1'
<dependency org="org.webjars.npm" name="preact" rev="11.0.0-experimental.1">
<artifact name="preact" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='preact', version='11.0.0-experimental.1')
)
libraryDependencies += "org.webjars.npm" % "preact" % "11.0.0-experimental.1"
[org.webjars.npm/preact "11.0.0-experimental.1"]