MVN

org.rcsb : mmtf-specification

Maven & Gradle

Mar 24, 2016
2 usages

mmtf-specification

<dependency>
    <groupId>org.rcsb</groupId>
    <artifactId>mmtf-specification</artifactId>
    <version>0.0.1-alpha2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.rcsb : mmtf-specification to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.1-alpha2
  • Latest Alpha: 0.0.1-alpha2

All Versions

Choose a version of org.rcsb : mmtf-specification to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
mmtf-specification-0.0.1-alpha2
mmtf-specification-0.0.1-alpha1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.rcsb</groupId>
    <artifactId>mmtf-specification</artifactId>
    <version>0.0.1-alpha2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.rcsb : mmtf-specification gradle dependency to your build.gradle file:

implementation 'org.rcsb:mmtf-specification:0.0.1-alpha2'

Gradle Kotlin DSL: Add the following org.rcsb : mmtf-specification gradle kotlin dependency to your build.gradle.kts file:

implementation("org.rcsb:mmtf-specification:0.0.1-alpha2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.rcsb : mmtf-specification sbt scala dependency to your build.sbt file:

libraryDependencies += "org.rcsb" % "mmtf-specification" % "0.0.1-alpha2"