MVN

org.eclipse.birt.runtime : org.eclipse.birt.runtime

Maven & Gradle

Nov 18, 2016
11 usages

org.eclipse.birt.runtime_4.6.0-20160607.jar · A component of the BIRT runtime

<dependency>
    <groupId>org.eclipse.birt.runtime</groupId>
    <artifactId>org.eclipse.birt.runtime</artifactId>
    <version>4.6.0-20160607</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.birt.runtime : org.eclipse.birt.runtime to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.6.0-20160607

All Versions

Choose a version of org.eclipse.birt.runtime : org.eclipse.birt.runtime to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.6.x
org.eclipse.birt.runtime-4.6.0-20160607
4.5.x
org.eclipse.birt.runtime-4.5.0
org.eclipse.birt.runtime-4.5.0a
4.4.x
org.eclipse.birt.runtime-4.4.2
org.eclipse.birt.runtime-4.4.1
org.eclipse.birt.runtime-4.4.0
4.3.x
org.eclipse.birt.runtime-4.3.1
org.eclipse.birt.runtime-4.3.0
org.eclipse.birt.runtime-4.3.1a
4.2.x
org.eclipse.birt.runtime-4.2.2
org.eclipse.birt.runtime-4.2.1
org.eclipse.birt.runtime-4.2.0
org.eclipse.birt.runtime-4.2.1a
3.7.x
org.eclipse.birt.runtime-3.7.2.v20120214-1408

How to add a dependency to Maven

Add the following org.eclipse.birt.runtime : org.eclipse.birt.runtime maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.eclipse.birt.runtime</groupId>
    <artifactId>org.eclipse.birt.runtime</artifactId>
    <version>4.6.0-20160607</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eclipse.birt.runtime : org.eclipse.birt.runtime gradle dependency to your build.gradle file:

implementation 'org.eclipse.birt.runtime:org.eclipse.birt.runtime:4.6.0-20160607'

Gradle Kotlin DSL: Add the following org.eclipse.birt.runtime : org.eclipse.birt.runtime gradle kotlin dependency to your build.gradle.kts file:

implementation("org.eclipse.birt.runtime:org.eclipse.birt.runtime:4.6.0-20160607")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eclipse.birt.runtime : org.eclipse.birt.runtime sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eclipse.birt.runtime" % "org.eclipse.birt.runtime" % "4.6.0-20160607"