| License | License | 
|---|---|
| Categories | CategoriesIDE Development Tools | 
| GroupId | GroupIdorg.bitbucket.goalhub | 
| ArtifactId | ArtifactIdsimpleide | 
| Last Version | Last Version2.2.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionorg.bitbucket.goalhub:simpleide An IDE for GOAL based on JEdit. | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| simpleide-2.2.0.pom | 5 KB | 
| simpleide-2.2.0-jar-with-dependencies.jar | 433 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.bitbucket.goalhub/simpleide/ -->
<dependency>
    <groupId>org.bitbucket.goalhub</groupId>
    <artifactId>simpleide</artifactId>
    <version>2.2.0</version>
</dependency>// https://jarcasting.com/artifacts/org.bitbucket.goalhub/simpleide/
implementation 'org.bitbucket.goalhub:simpleide:2.2.0'// https://jarcasting.com/artifacts/org.bitbucket.goalhub/simpleide/
implementation ("org.bitbucket.goalhub:simpleide:2.2.0")'org.bitbucket.goalhub:simpleide:jar:2.2.0'<dependency org="org.bitbucket.goalhub" name="simpleide" rev="2.2.0">
  <artifact name="simpleide" type="jar" />
</dependency>@Grapes(
@Grab(group='org.bitbucket.goalhub', module='simpleide', version='2.2.0')
)libraryDependencies += "org.bitbucket.goalhub" % "simpleide" % "2.2.0"[org.bitbucket.goalhub/simpleide "2.2.0"]