| Categories |
CategoriesIDE Development Tools |
|---|---|
| GroupId | GroupIdorg.overturetool.ide.plugins |
| ArtifactId | ArtifactIdorg.overture.ide.plugins.features |
| Version | Version2.4.8 |
| Type | Typepom |
| Filename | Size |
|---|---|
| org.overture.ide.plugins.features-2.4.8.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.overturetool.ide.plugins/org.overture.ide.plugins.features/ -->
<dependency>
<groupId>org.overturetool.ide.plugins</groupId>
<artifactId>org.overture.ide.plugins.features</artifactId>
<version>2.4.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.overturetool.ide.plugins/org.overture.ide.plugins.features/
implementation 'org.overturetool.ide.plugins:org.overture.ide.plugins.features:2.4.8'
// https://jarcasting.com/artifacts/org.overturetool.ide.plugins/org.overture.ide.plugins.features/
implementation ("org.overturetool.ide.plugins:org.overture.ide.plugins.features:2.4.8")
'org.overturetool.ide.plugins:org.overture.ide.plugins.features:pom:2.4.8'
<dependency org="org.overturetool.ide.plugins" name="org.overture.ide.plugins.features" rev="2.4.8">
<artifact name="org.overture.ide.plugins.features" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.overturetool.ide.plugins', module='org.overture.ide.plugins.features', version='2.4.8')
)
libraryDependencies += "org.overturetool.ide.plugins" % "org.overture.ide.plugins.features" % "2.4.8"
[org.overturetool.ide.plugins/org.overture.ide.plugins.features "2.4.8"]