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