License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdorg.bitbucket.goalhub.simpleide |
ArtifactId | ArtifactIdjedit |
Last Version | Last Version2.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionjEdit editor, modified for use inside the SimpleIDE.
|
Filename | Size |
---|---|
jedit-2.2.0.pom | |
jedit-2.2.0.jar | 2 MB |
jedit-2.2.0-sources.jar | 1 MB |
jedit-2.2.0-javadoc.jar | 3 MB |
jedit-2.2.0-jar-with-dependencies.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bitbucket.goalhub.simpleide/jedit/ -->
<dependency>
<groupId>org.bitbucket.goalhub.simpleide</groupId>
<artifactId>jedit</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.goalhub.simpleide/jedit/
implementation 'org.bitbucket.goalhub.simpleide:jedit:2.2.0'
// https://jarcasting.com/artifacts/org.bitbucket.goalhub.simpleide/jedit/
implementation ("org.bitbucket.goalhub.simpleide:jedit:2.2.0")
'org.bitbucket.goalhub.simpleide:jedit:jar:2.2.0'
<dependency org="org.bitbucket.goalhub.simpleide" name="jedit" rev="2.2.0">
<artifact name="jedit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.goalhub.simpleide', module='jedit', version='2.2.0')
)
libraryDependencies += "org.bitbucket.goalhub.simpleide" % "jedit" % "2.2.0"
[org.bitbucket.goalhub.simpleide/jedit "2.2.0"]