is not current version
Last Version 2.6.1

org.pygments:pygments 2.0.1

Pygments

GroupId

GroupId

org.pygments
ArtifactId

ArtifactId

pygments
Version

Version

2.0.1
Type

Type

jar

Download pygments 2.0.1


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