is not current version
Last Version 3.0.2

org.overturetool:ide 3.0.0

Super POM for all IDE (Eclipse) artifacts.

Categories

Categories

IDE Development Tools
GroupId

GroupId

org.overturetool
ArtifactId

ArtifactId

ide
Version

Version

3.0.0
Type

Type

pom

Download ide 3.0.0

Filename Size
ide-3.0.0.pom 9 KB
Browse

<!-- https://jarcasting.com/artifacts/org.overturetool/ide/ -->
<dependency>
    <groupId>org.overturetool</groupId>
    <artifactId>ide</artifactId>
    <version>3.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.overturetool/ide/
implementation 'org.overturetool:ide:3.0.0'
// https://jarcasting.com/artifacts/org.overturetool/ide/
implementation ("org.overturetool:ide:3.0.0")
'org.overturetool:ide:pom:3.0.0'
<dependency org="org.overturetool" name="ide" rev="3.0.0">
  <artifact name="ide" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.overturetool', module='ide', version='3.0.0')
)
libraryDependencies += "org.overturetool" % "ide" % "3.0.0"
[org.overturetool/ide "3.0.0"]