MVN

org.apache.taverna.engine : taverna-reference-types

Maven & Gradle

Jun 06, 2016
2 usages

Apache Taverna Engine Reference Types · Implementations of certain SPIs to provide a core set of functionality for the reference management framework. This includes ExternalReference implementations to reference data held in local files and URLs along with the appropriate translate / publish logic. Implementations in this package are tied only to the API, although certain metadata files such as hibernate mappings are also included where appropriate (these will be silently ignored if using a backing store that is not hibernate based)

<dependency>
    <groupId>org.apache.taverna.engine</groupId>
    <artifactId>taverna-reference-types</artifactId>
    <version>3.1.0-incubating</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.taverna.engine : taverna-reference-types to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.0-incubating

All Versions

Choose a version of org.apache.taverna.engine : taverna-reference-types to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
taverna-reference-types-3.1.0-incubating

How to add a dependency to Maven

Add the following org.apache.taverna.engine : taverna-reference-types maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.taverna.engine</groupId>
    <artifactId>taverna-reference-types</artifactId>
    <version>3.1.0-incubating</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.taverna.engine : taverna-reference-types gradle dependency to your build.gradle file:

implementation 'org.apache.taverna.engine:taverna-reference-types:3.1.0-incubating'

Gradle Kotlin DSL: Add the following org.apache.taverna.engine : taverna-reference-types gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.taverna.engine:taverna-reference-types:3.1.0-incubating")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.taverna.engine : taverna-reference-types sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.taverna.engine" % "taverna-reference-types" % "3.1.0-incubating"

Advertisement