License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdorg.overturetool |
ArtifactId | ArtifactIdide |
Last Version | Last Version3.0.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionOverture IDE Top-level
Super POM for all IDE (Eclipse) artifacts.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
ide-3.0.2.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.overturetool/ide/ -->
<dependency>
<groupId>org.overturetool</groupId>
<artifactId>ide</artifactId>
<version>3.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.overturetool/ide/
implementation 'org.overturetool:ide:3.0.2'
// https://jarcasting.com/artifacts/org.overturetool/ide/
implementation ("org.overturetool:ide:3.0.2")
'org.overturetool:ide:pom:3.0.2'
<dependency org="org.overturetool" name="ide" rev="3.0.2">
<artifact name="ide" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.overturetool', module='ide', version='3.0.2')
)
libraryDependencies += "org.overturetool" % "ide" % "3.0.2"
[org.overturetool/ide "3.0.2"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |