License |
License |
---|---|
GroupId | GroupIdorg.pygments |
ArtifactId | ArtifactIdpygments |
Last Version | Last Version2.6.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPygments
Pygments
|
Project URL |
Project URL |
Filename | Size |
---|---|
pygments-2.6.1.pom | |
pygments-2.6.1.jar | 895 KB |
pygments-2.6.1-sources.jar | 895 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.pygments/pygments/ -->
<dependency>
<groupId>org.pygments</groupId>
<artifactId>pygments</artifactId>
<version>2.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.pygments/pygments/
implementation 'org.pygments:pygments:2.6.1'
// https://jarcasting.com/artifacts/org.pygments/pygments/
implementation ("org.pygments:pygments:2.6.1")
'org.pygments:pygments:jar:2.6.1'
<dependency org="org.pygments" name="pygments" rev="2.6.1">
<artifact name="pygments" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.pygments', module='pygments', version='2.6.1')
)
libraryDependencies += "org.pygments" % "pygments" % "2.6.1"
[org.pygments/pygments "2.6.1"]