is not current version
Last Version 2.6.1

org.pygments:pygments 1.5

pygments

GroupId

GroupId

org.pygments
ArtifactId

ArtifactId

pygments
Version

Version

1.5
Type

Type

jar

Download pygments 1.5


<!-- https://jarcasting.com/artifacts/org.pygments/pygments/ -->
<dependency>
    <groupId>org.pygments</groupId>
    <artifactId>pygments</artifactId>
    <version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.pygments/pygments/
implementation 'org.pygments:pygments:1.5'
// https://jarcasting.com/artifacts/org.pygments/pygments/
implementation ("org.pygments:pygments:1.5")
'org.pygments:pygments:jar:1.5'
<dependency org="org.pygments" name="pygments" rev="1.5">
  <artifact name="pygments" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.pygments', module='pygments', version='1.5')
)
libraryDependencies += "org.pygments" % "pygments" % "1.5"
[org.pygments/pygments "1.5"]