react-admin
Used in: 0 components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
Overview
Description
WebJar for react-admin
Snippets
<dependency> <groupId>org.webjars.npm</groupId> <artifactId>react-admin</artifactId> <version>5.0.1</version> </dependency>
Maven POM File
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <packaging>jar</packaging> <groupId>org.webjars.npm</groupId> <artifactId>react-admin</artifactId> <version>5.0.1</version> <name>react-admin</name> <description>WebJar for react-admin</description> <url>https://www.webjars.org</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <scm> <url>https://github.com/marmelab/react-admin</url> <connection>https://github.com/marmelab/react-admin.git</connection> <developerConnection>https://github.com/marmelab/react-admin.git</developerConnection> <tag>v5.0.1</tag> </scm> <developers> <developer> <id>webjars</id> <url>https://www.webjars.org</url> </developer> </developers> <licenses> <license> <name>MIT</name> <distribution>repo</distribution> </license> </licenses> <issueManagement> <url>https://github.com/marmelab/react-admin/issues</url> </issueManagement> <dependencies> <dependency> <groupId>org.webjars.npm</groupId> <artifactId>emotion__react</artifactId> <version>[11.4.1,12.0.0-0)</version> </dependency> <dependency> <groupId>org.webjars.npm</groupId> <artifactId>react-hook-form</artifactId> <version>[7.52.0,8.0.0-0)</version> </dependency> <dependency> <groupId>org.webjars.npm</groupId> <artifactId>ra-ui-materialui</artifactId> <version>[5.0.1,6.0.0-0)</version> </dependency> <dependency> <groupId>org.webjars.npm</groupId> <artifactId>ra-i18n-polyglot</artifactId> <version>[5.0.1,6.0.0-0)</version> </dependency> <dependency> <groupId>org.webjars.npm</groupId> <artifactId>emotion__styled</artifactId> <version>[11.3.0,12.0.0-0)</version> </dependency> <dependency> <groupId>org.webjars.npm</groupId> <artifactId>mui__icons-material</artifactId> <version>[5.15.20,6.0.0-0)</version> </dependency> <dependency> <groupId>org.webjars.npm</groupId> <artifactId>ra-language-english</artifactId> <version>[5.0.1,6.0.0-0)</version> </dependency> <dependency> <groupId>org.webjars.npm</groupId> <artifactId>react-router</artifactId> <version>[6.22.0,7.0.0-0)</version> </dependency> <dependency> <groupId>org.webjars.npm</groupId> <artifactId>ra-core</artifactId> <version>[5.0.1,6.0.0-0)</version> </dependency> <dependency> <groupId>org.webjars.npm</groupId> <artifactId>react-router-dom</artifactId> <version>[6.22.0,7.0.0-0)</version> </dependency> <dependency> <groupId>org.webjars.npm</groupId> <artifactId>mui__material</artifactId> <version>[5.15.20,6.0.0-0)</version> </dependency> </dependencies> </project>