Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.overturetool |
ArtifactId | ArtifactIdide |
Version | Version3.0.0 |
Type | Typepom |
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"]