MVN

uk.ac.ebi.interpro.scan : precalc-match-client

Maven & Gradle

Jul 15, 2019
1 usages
236 stars

Precalculated Match Lookup - Client

<dependency>
    <groupId>uk.ac.ebi.interpro.scan</groupId>
    <artifactId>precalc-match-client</artifactId>
    <version>5.36-75.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of uk.ac.ebi.interpro.scan : precalc-match-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.36-75.0

All Versions

Choose a version of uk.ac.ebi.interpro.scan : precalc-match-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.36
precalc-match-client-5.36-75.0
5.35
precalc-match-client-5.35-74.0
5.34
precalc-match-client-5.34-73.0
5.33
precalc-match-client-5.33-72.0
5.32
precalc-match-client-5.32-71.0
5.31
precalc-match-client-5.31-70.0
5.30
precalc-match-client-5.30-69.0
5.29
precalc-match-client-5.29-68.0
5.28
precalc-match-client-5.28-67.0
5.27
precalc-match-client-5.27-66.0
5.26
precalc-match-client-5.26-65.0
5.25
precalc-match-client-5.25-64.0
5.24
precalc-match-client-5.24-63.0
5.23
precalc-match-client-5.23-62.0
5.22
precalc-match-client-5.22-61.0
5.21
precalc-match-client-5.21-60.0
5.19
precalc-match-client-5.19-58.0

How to add a dependency to Maven

Add the following uk.ac.ebi.interpro.scan : precalc-match-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>uk.ac.ebi.interpro.scan</groupId>
    <artifactId>precalc-match-client</artifactId>
    <version>5.36-75.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following uk.ac.ebi.interpro.scan : precalc-match-client gradle dependency to your build.gradle file:

implementation 'uk.ac.ebi.interpro.scan:precalc-match-client:5.36-75.0'

Gradle Kotlin DSL: Add the following uk.ac.ebi.interpro.scan : precalc-match-client gradle kotlin dependency to your build.gradle.kts file:

implementation("uk.ac.ebi.interpro.scan:precalc-match-client:5.36-75.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following uk.ac.ebi.interpro.scan : precalc-match-client sbt scala dependency to your build.sbt file:

libraryDependencies += "uk.ac.ebi.interpro.scan" % "precalc-match-client" % "5.36-75.0"

Advertisement