is not current version
Last Version 2.6.1

org.pygments:pygments 1.6rc1

pygments

GroupId

GroupId

org.pygments
ArtifactId

ArtifactId

pygments
Version

Version

1.6rc1
Type

Type

jar

Download pygments 1.6rc1


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