не последняя версия
Последняя версия 2.6.1

org.pygments:pygments 2.6.0

Pygments

Группа

Группа

org.pygments
Идентификатор

Идентификатор

pygments
Версия

Версия

2.6.0
Тип

Тип

jar

Скачать pygments 2.6.0

Имя Файла Размер
pygments-2.6.0.pom
pygments-2.6.0.jar 895 KB
pygments-2.6.0-sources.jar 895 KB
Обзор

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