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