Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.bitbucket.goalhub |
ArtifactId | ArtifactIdsimpleide |
Version | Version2.0.3 |
Type | Typejar |
Filename | Size |
---|---|
simpleide-2.0.3.pom | 5 KB |
simpleide-2.0.3-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.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.goalhub/simpleide/
implementation 'org.bitbucket.goalhub:simpleide:2.0.3'
// https://jarcasting.com/artifacts/org.bitbucket.goalhub/simpleide/
implementation ("org.bitbucket.goalhub:simpleide:2.0.3")
'org.bitbucket.goalhub:simpleide:jar:2.0.3'
<dependency org="org.bitbucket.goalhub" name="simpleide" rev="2.0.3">
<artifact name="simpleide" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.goalhub', module='simpleide', version='2.0.3')
)
libraryDependencies += "org.bitbucket.goalhub" % "simpleide" % "2.0.3"
[org.bitbucket.goalhub/simpleide "2.0.3"]