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