Files download
File Operation
pygments-2.0.jar download
pygments-2.0.pom download
pygments-2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.pygments</groupId>
  <artifactId>pygments</artifactId>
  <version>2.0</version>
</dependency>
Gradle Groovy
implementation 'org.pygments:pygments:2.0'
Gradle Kotlin
implementation("org.pygments:pygments:2.0")
Scala SBT
libraryDependencies += "org.pygments" % "pygments" % "2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.pygments', module='pygments', version='2.0')
)
Apache Ivy
<dependency org="org.pygments" name="pygments" rev="2.0" />
Leiningen
[org.pygments/pygments "2.0"]
Apache Buildr
'org.pygments:pygments:jar:2.0'
Dependencies
The project has no third-party dependencies