o

org.overture.ide.plugins.features.latex

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