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