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