o

org.eclipse.core.contenttype

A component of the BIRT runtime
http://www.eclipse.org/projects/project.php?id=birt
Eclipse Public License - v 1.0
Files download
File Operation
org.eclipse.core.contenttype-3.4.100.jar download
org.eclipse.core.contenttype-3.4.100.pom download
Apache Maven
<dependency>
  <groupId>org.eclipse.birt.runtime.3_7_1</groupId>
  <artifactId>org.eclipse.core.contenttype</artifactId>
  <version>3.4.100</version>
</dependency>
Gradle Groovy
implementation 'org.eclipse.birt.runtime.3_7_1:org.eclipse.core.contenttype:3.4.100'
Gradle Kotlin
implementation("org.eclipse.birt.runtime.3_7_1:org.eclipse.core.contenttype:3.4.100")
Scala SBT
libraryDependencies += "org.eclipse.birt.runtime.3_7_1" % "org.eclipse.core.contenttype" % "3.4.100"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.birt.runtime.3_7_1', module='org.eclipse.core.contenttype', version='3.4.100')
)
Apache Ivy
<dependency org="org.eclipse.birt.runtime.3_7_1" name="org.eclipse.core.contenttype" rev="3.4.100" />
Leiningen
[org.eclipse.birt.runtime.3_7_1/org.eclipse.core.contenttype "3.4.100"]
Apache Buildr
'org.eclipse.birt.runtime.3_7_1:org.eclipse.core.contenttype:jar:3.4.100'