License |
License |
---|---|
Categories |
CategoriesNet React User Interface Web Frameworks |
GroupId | GroupIdorg.hibnet |
ArtifactId | ArtifactIdwebpipes-jsx-react |
Last Version | Last Version0.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWebpipes
Webpipes is a library to manage web resources like javascript and css files which need processing
before being served. It manages processing like minimization, file merging, css generation from less, linters,
jsx transformation. Resources can be managed as streams from source, or regularly checked cached resources, or
to be generated with an Ant task.
This module adds support for JSX transformer from React.
|
Project URL |
Project URL |
Filename | Size |
---|---|
webpipes-jsx-react-0.0.4.pom | |
webpipes-jsx-react-0.0.4.jar | 2 KB |
webpipes-jsx-react-0.0.4-sources.jar | 2 KB |
webpipes-jsx-react-0.0.4-javadoc.jar | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hibnet/webpipes-jsx-react/ -->
<dependency>
<groupId>org.hibnet</groupId>
<artifactId>webpipes-jsx-react</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.hibnet/webpipes-jsx-react/
implementation 'org.hibnet:webpipes-jsx-react:0.0.4'
// https://jarcasting.com/artifacts/org.hibnet/webpipes-jsx-react/
implementation ("org.hibnet:webpipes-jsx-react:0.0.4")
'org.hibnet:webpipes-jsx-react:jar:0.0.4'
<dependency org="org.hibnet" name="webpipes-jsx-react" rev="0.0.4">
<artifact name="webpipes-jsx-react" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hibnet', module='webpipes-jsx-react', version='0.0.4')
)
libraryDependencies += "org.hibnet" % "webpipes-jsx-react" % "0.0.4"
[org.hibnet/webpipes-jsx-react "0.0.4"]
Group / Artifact | Type | Version |
---|---|---|
org.hibnet : webpipes-core | jar | [0.0.4,0.0.5) |
org.webjars : react | jar | 0.12.2 |