MVN

org.alliancegenome : agr_mati

Maven & Gradle

Aug 22, 2023
2 stars

AGR Minting and Tracking Identifiers (MaTI) · This software is for using the mati as a library

<dependency>
    <groupId>org.alliancegenome</groupId>
    <artifactId>agr_mati</artifactId>
    <version>v0.12.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.alliancegenome : agr_mati to add to Maven or Gradle - Latest Versions:

  • Latest Stable: v0.12.1
  • Latest Release Candidate: v0.12.1-rc1

All Versions

Choose a version of org.alliancegenome : agr_mati to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
v0.12.x
agr_mati-v0.12.1
agr_mati-v0.12.1-rc1
agr_mati-v0.12.0
agr_mati-v0.12.0-rc1
v0.11.x
agr_mati-v0.11.0
agr_mati-v0.11.0-rc1
v0.10.x
agr_mati-v0.10.0
agr_mati-v0.10.0-rc1
v0.9.x
agr_mati-v0.9.0
agr_mati-v0.9.0-rc1
v0.8.x
agr_mati-v0.8.0
agr_mati-v0.8.0-rc1
v0.7.x
agr_mati-v0.7.1
agr_mati-v0.7.0-rc2
v0.6.x
agr_mati-v0.6.0
agr_mati-v0.6.0-rc1
v0.5.x
agr_mati-v0.5.0
agr_mati-v0.5.0-rc2
agr_mati-v0.5.0-rc1
v0.4.x
agr_mati-v0.4.0
agr_mati-v0.4.0-rc1
v0.3.x
agr_mati-v0.3.0
agr_mati-v0.3.0-rc1
v0.2.x
agr_mati-v0.2.0
agr_mati-v0.2.0-rc2

How to add a dependency to Maven

Add the following org.alliancegenome : agr_mati maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.alliancegenome</groupId>
    <artifactId>agr_mati</artifactId>
    <version>v0.12.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.alliancegenome : agr_mati gradle dependency to your build.gradle file:

implementation 'org.alliancegenome:agr_mati:v0.12.1'

Gradle Kotlin DSL: Add the following org.alliancegenome : agr_mati gradle kotlin dependency to your build.gradle.kts file:

implementation("org.alliancegenome:agr_mati:v0.12.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.alliancegenome : agr_mati sbt scala dependency to your build.sbt file:

libraryDependencies += "org.alliancegenome" % "agr_mati" % "v0.12.1"