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