| License |
License |
|---|---|
| GroupId | GroupIdde.sciss |
| ArtifactId | ArtifactIdjsyntaxpane |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJSyntaxPane
An extension of Java Swing's JEditorKit that supports syntax highlighting for several languages.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| jsyntaxpane-1.0.0.pom | |
| jsyntaxpane-1.0.0.jar | 382 KB |
| jsyntaxpane-1.0.0-sources.jar | 209 KB |
| jsyntaxpane-1.0.0-javadoc.jar | 461 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.sciss/jsyntaxpane/ -->
<dependency>
<groupId>de.sciss</groupId>
<artifactId>jsyntaxpane</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.sciss/jsyntaxpane/
implementation 'de.sciss:jsyntaxpane:1.0.0'
// https://jarcasting.com/artifacts/de.sciss/jsyntaxpane/
implementation ("de.sciss:jsyntaxpane:1.0.0")
'de.sciss:jsyntaxpane:jar:1.0.0'
<dependency org="de.sciss" name="jsyntaxpane" rev="1.0.0">
<artifact name="jsyntaxpane" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.sciss', module='jsyntaxpane', version='1.0.0')
)
libraryDependencies += "de.sciss" % "jsyntaxpane" % "1.0.0"
[de.sciss/jsyntaxpane "1.0.0"]