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

org.pygments:pygments 2.1.2

Pygments

Группа

Группа

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

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

pygments
Версия

Версия

2.1.2
Тип

Тип

jar

Скачать pygments 2.1.2

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

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