MVN

uk.ac.ebi.mydas : mydas

Maven & Gradle

Aug 21, 2007
3 usages

mydas Distributed Annotation Server · This project aims to offer an easy-to-extend Java DAS server framework. It offers several advantages: * Implementing data sources is very easy but also flexible and powerful. * Data caching is built into the system, with access to the caching mechanism made available to the data sources. * All aspects of the server are highly configurable, including selecting options where the DAS 1.53 specification offers choices to the implementor. * The latest Java technologies have been used throughout the system to optimise performance and simplify data source development. * Wherever possible the same terminology is used in the API as in the DAS specification and XML - again, making data source development more easy. * The server allows XSLT transforms of the DAS XML to be configured to provide a simple DAS client view (limited to the single DAS source). More details of the DAS protocol, DAS servers and DAS clients can be found at http://www.biodas.org/wiki/Main_Page. The first version of this server is a complete implementation of Distributed Sequence Annotation System (DAS) Version 1.53. If you are interested in learning more about DAS 1.53, the specification is highly recommended as a concise and complete description of the DAS protocol that can be obtained from: http://biodas.org/documents/spec.html

<dependency>
    <groupId>uk.ac.ebi.mydas</groupId>
    <artifactId>mydas</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of uk.ac.ebi.mydas : mydas to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of uk.ac.ebi.mydas : mydas to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
mydas-1.0.2

How to add a dependency to Maven

Add the following uk.ac.ebi.mydas : mydas maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>uk.ac.ebi.mydas</groupId>
    <artifactId>mydas</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following uk.ac.ebi.mydas : mydas gradle dependency to your build.gradle file:

implementation 'uk.ac.ebi.mydas:mydas:1.0.2'

Gradle Kotlin DSL: Add the following uk.ac.ebi.mydas : mydas gradle kotlin dependency to your build.gradle.kts file:

implementation("uk.ac.ebi.mydas:mydas:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following uk.ac.ebi.mydas : mydas sbt scala dependency to your build.sbt file:

libraryDependencies += "uk.ac.ebi.mydas" % "mydas" % "1.0.2"

Advertisement