Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.bitbucket.goalhub |
ArtifactId | ArtifactIdsimpleide |
Version | Version2.0.4 |
Type | Typepom |
Filename | Size |
---|---|
simpleide-2.0.4.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bitbucket.goalhub/simpleide/ -->
<dependency>
<groupId>org.bitbucket.goalhub</groupId>
<artifactId>simpleide</artifactId>
<version>2.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.goalhub/simpleide/
implementation 'org.bitbucket.goalhub:simpleide:2.0.4'
// https://jarcasting.com/artifacts/org.bitbucket.goalhub/simpleide/
implementation ("org.bitbucket.goalhub:simpleide:2.0.4")
'org.bitbucket.goalhub:simpleide:pom:2.0.4'
<dependency org="org.bitbucket.goalhub" name="simpleide" rev="2.0.4">
<artifact name="simpleide" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.goalhub', module='simpleide', version='2.0.4')
)
libraryDependencies += "org.bitbucket.goalhub" % "simpleide" % "2.0.4"
[org.bitbucket.goalhub/simpleide "2.0.4"]