MVN

org.rcsb : strucmotif-search-benchmark

Maven & Gradle

Aug 25, 2023
8 stars
<dependency>
    <groupId>org.rcsb</groupId>
    <artifactId>strucmotif-search-benchmark</artifactId>
    <version>0.19.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.rcsb : strucmotif-search-benchmark to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.19.6

All Versions

Choose a version of org.rcsb : strucmotif-search-benchmark to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.19.x
strucmotif-search-benchmark-0.19.6
strucmotif-search-benchmark-0.19.5
strucmotif-search-benchmark-0.19.4
strucmotif-search-benchmark-0.19.3
strucmotif-search-benchmark-0.19.2
strucmotif-search-benchmark-0.19.1
strucmotif-search-benchmark-0.19.0
0.18.x
strucmotif-search-benchmark-0.18.1
strucmotif-search-benchmark-0.18.0
0.17.x
strucmotif-search-benchmark-0.17.1
0.16.x
strucmotif-search-benchmark-0.16.4
strucmotif-search-benchmark-0.16.3
strucmotif-search-benchmark-0.16.2
strucmotif-search-benchmark-0.16.1
strucmotif-search-benchmark-0.16.0
0.15.x
strucmotif-search-benchmark-0.15.2
strucmotif-search-benchmark-0.15.1
strucmotif-search-benchmark-0.15.0
0.14.x
strucmotif-search-benchmark-0.14.1
strucmotif-search-benchmark-0.14.0
0.13.x
strucmotif-search-benchmark-0.13.6
strucmotif-search-benchmark-0.13.5
strucmotif-search-benchmark-0.13.3
strucmotif-search-benchmark-0.13.2
strucmotif-search-benchmark-0.13.1
strucmotif-search-benchmark-0.13.0
0.12.x
strucmotif-search-benchmark-0.12.9
strucmotif-search-benchmark-0.12.8
strucmotif-search-benchmark-0.12.5
strucmotif-search-benchmark-0.12.4
strucmotif-search-benchmark-0.12.3
strucmotif-search-benchmark-0.12.2
strucmotif-search-benchmark-0.12.1
strucmotif-search-benchmark-0.12.0
0.11.x
strucmotif-search-benchmark-0.11.2
strucmotif-search-benchmark-0.11.1
0.9.x
strucmotif-search-benchmark-0.9.15
strucmotif-search-benchmark-0.9.14
strucmotif-search-benchmark-0.9.12
strucmotif-search-benchmark-0.9.11
strucmotif-search-benchmark-0.9.10
strucmotif-search-benchmark-0.9.9
strucmotif-search-benchmark-0.9.7
strucmotif-search-benchmark-0.9.6
strucmotif-search-benchmark-0.9.5
strucmotif-search-benchmark-0.9.4
strucmotif-search-benchmark-0.9.3
strucmotif-search-benchmark-0.9.2
strucmotif-search-benchmark-0.9.1
strucmotif-search-benchmark-0.9.0
0.8.x
strucmotif-search-benchmark-0.8.4
strucmotif-search-benchmark-0.8.3
strucmotif-search-benchmark-0.8.2
strucmotif-search-benchmark-0.8.1

How to add a dependency to Maven

Add the following org.rcsb : strucmotif-search-benchmark maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.rcsb</groupId>
    <artifactId>strucmotif-search-benchmark</artifactId>
    <version>0.19.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.rcsb : strucmotif-search-benchmark gradle dependency to your build.gradle file:

implementation 'org.rcsb:strucmotif-search-benchmark:0.19.6'

Gradle Kotlin DSL: Add the following org.rcsb : strucmotif-search-benchmark gradle kotlin dependency to your build.gradle.kts file:

implementation("org.rcsb:strucmotif-search-benchmark:0.19.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.rcsb : strucmotif-search-benchmark sbt scala dependency to your build.sbt file:

libraryDependencies += "org.rcsb" % "strucmotif-search-benchmark" % "0.19.6"

Advertisement