o

org.overture.ide.plugins.features

Files download
File Operation
org.overture.ide.plugins.features-2.7.2.pom download
Apache Maven
<dependency>
  <groupId>org.overturetool.ide.plugins</groupId>
  <artifactId>org.overture.ide.plugins.features</artifactId>
  <version>2.7.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.overturetool.ide.plugins:org.overture.ide.plugins.features:2.7.2'
Gradle Kotlin
implementation("org.overturetool.ide.plugins:org.overture.ide.plugins.features:2.7.2")
Scala SBT
libraryDependencies += "org.overturetool.ide.plugins" % "org.overture.ide.plugins.features" % "2.7.2"
Groovy Grape
@Grapes(
  @Grab(group='org.overturetool.ide.plugins', module='org.overture.ide.plugins.features', version='2.7.2')
)
Apache Ivy
<dependency org="org.overturetool.ide.plugins" name="org.overture.ide.plugins.features" rev="2.7.2" />
Leiningen
[org.overturetool.ide.plugins/org.overture.ide.plugins.features "2.7.2"]
Apache Buildr
'org.overturetool.ide.plugins:org.overture.ide.plugins.features:jar:2.7.2'