o

org.overture.ide.plugins.features.uml2

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