文件下载
文件名 操作
pygments-2.5.2.jar 下载
pygments-2.5.2.pom 下载
pygments-2.5.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.pygments</groupId>
  <artifactId>pygments</artifactId>
  <version>2.5.2</version>
</dependency>
Gradle Groovy
implementation 'org.pygments:pygments:2.5.2'
Gradle Kotlin
implementation("org.pygments:pygments:2.5.2")
Scala SBT
libraryDependencies += "org.pygments" % "pygments" % "2.5.2"
Groovy Grape
@Grapes(
  @Grab(group='org.pygments', module='pygments', version='2.5.2')
)
Apache Ivy
<dependency org="org.pygments" name="pygments" rev="2.5.2" />
Leiningen
[org.pygments/pygments "2.5.2"]
Apache Buildr
'org.pygments:pygments:jar:2.5.2'
本项目依赖
该项目无第三方依赖