MVN

org.opencrx : opencrx-data

Maven & Gradle

Mar 27, 2020
59 stars

opencrx-data · openCore/Data Library

<dependency>
    <groupId>org.opencrx</groupId>
    <artifactId>opencrx-data</artifactId>
    <version>4.3-alpha-9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.opencrx : opencrx-data to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.3-alpha-9
  • Latest Alpha: 4.3-alpha-9

All Versions

Choose a version of org.opencrx : opencrx-data to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.3
opencrx-data-4.3-alpha-9
opencrx-data-4.3-alpha-8
opencrx-data-4.3-alpha-7
opencrx-data-4.3-alpha-6
opencrx-data-4.3-alpha-5
opencrx-data-4.3-alpha-4
opencrx-data-4.3-alpha-3
opencrx-data-4.3-alpha-2
opencrx-data-4.3-alpha-1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.opencrx</groupId>
    <artifactId>opencrx-data</artifactId>
    <version>4.3-alpha-9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.opencrx : opencrx-data gradle dependency to your build.gradle file:

implementation 'org.opencrx:opencrx-data:4.3-alpha-9'

Gradle Kotlin DSL: Add the following org.opencrx : opencrx-data gradle kotlin dependency to your build.gradle.kts file:

implementation("org.opencrx:opencrx-data:4.3-alpha-9")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.opencrx : opencrx-data sbt scala dependency to your build.sbt file:

libraryDependencies += "org.opencrx" % "opencrx-data" % "4.3-alpha-9"