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