r

react-syntax-highlighter

syntax highlighting component for react with prismjs or highlightjs ast using inline styles
https://github.com/react-syntax-highlighter/react-syntax-highlighter#readme
MIT
Conor Hastings
conorhastings mdejongh simmerer
文件下载
文件名 操作
react-syntax-highlighter-15.5.0.jar 下载
react-syntax-highlighter-15.5.0.pom 下载
react-syntax-highlighter-15.5.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.mvnpm</groupId>
  <artifactId>react-syntax-highlighter</artifactId>
  <version>15.5.0</version>
</dependency>
Gradle Groovy
implementation 'org.mvnpm:react-syntax-highlighter:15.5.0'
Gradle Kotlin
implementation("org.mvnpm:react-syntax-highlighter:15.5.0")
Scala SBT
libraryDependencies += "org.mvnpm" % "react-syntax-highlighter" % "15.5.0"
Groovy Grape
@Grapes(
  @Grab(group='org.mvnpm', module='react-syntax-highlighter', version='15.5.0')
)
Apache Ivy
<dependency org="org.mvnpm" name="react-syntax-highlighter" rev="15.5.0" />
Leiningen
[org.mvnpm/react-syntax-highlighter "15.5.0"]
Apache Buildr
'org.mvnpm:react-syntax-highlighter:jar:15.5.0'