GroupId | GroupIdorg.pygments |
---|---|
ArtifactId | ArtifactIdpygments |
Version | Version2.5.2 |
Type | Typejar |
Filename | Size |
---|---|
pygments-2.5.2.pom | |
pygments-2.5.2.jar | 979 KB |
pygments-2.5.2-sources.jar | 879 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.pygments/pygments/ -->
<dependency>
<groupId>org.pygments</groupId>
<artifactId>pygments</artifactId>
<version>2.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.pygments/pygments/
implementation 'org.pygments:pygments:2.5.2'
// https://jarcasting.com/artifacts/org.pygments/pygments/
implementation ("org.pygments:pygments:2.5.2")
'org.pygments:pygments:jar:2.5.2'
<dependency org="org.pygments" name="pygments" rev="2.5.2">
<artifact name="pygments" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.pygments', module='pygments', version='2.5.2')
)
libraryDependencies += "org.pygments" % "pygments" % "2.5.2"
[org.pygments/pygments "2.5.2"]