<dependency> <groupId>org.pygments</groupId> <artifactId>pygments</artifactId> <version>2.5.2</version> </dependency>
implementation 'org.pygments:pygments:2.5.2'
implementation("org.pygments:pygments:2.5.2")
libraryDependencies += "org.pygments" % "pygments" % "2.5.2"
@Grapes( @Grab(group='org.pygments', module='pygments', version='2.5.2') )
<dependency org="org.pygments" name="pygments" rev="2.5.2" />
[org.pygments/pygments "2.5.2"]
'org.pygments:pygments:jar:2.5.2'