o

org.overture.ide.plugins.features.uml2

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