MVN

org.epics : ca

Maven & Gradle

Jun 27, 2020
10 stars

org.epics:ca · EPICS Channel-Access Java Client Library

<dependency>
    <groupId>org.epics</groupId>
    <artifactId>ca</artifactId>
    <version>1.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.epics : ca to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.2

All Versions

Choose a version of org.epics : ca to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
ca-1.3.2
ca-1.3.1
1.2.x
ca-1.2.2
ca-1.2.1
ca-1.2.0
1.0.x
ca-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.epics</groupId>
    <artifactId>ca</artifactId>
    <version>1.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.epics : ca gradle dependency to your build.gradle file:

implementation 'org.epics:ca:1.3.2'

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

implementation("org.epics:ca:1.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.epics : ca sbt scala dependency to your build.sbt file:

libraryDependencies += "org.epics" % "ca" % "1.3.2"

Advertisement