MVN

com.digitalpetri.enip : cip-core

Maven & Gradle

Mar 17, 2022
6 usages
97 stars
<dependency>
    <groupId>com.digitalpetri.enip</groupId>
    <artifactId>cip-core</artifactId>
    <version>1.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.digitalpetri.enip : cip-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.1

All Versions

Choose a version of com.digitalpetri.enip : cip-core to add to Maven or Gradle - All Versions:

  • Version Updated
  • cip-core-1.4.1

    Mar 16, 2022
  • cip-core-1.4.0

    Dec 01, 2021
  • cip-core-1.3.4

    Oct 03, 2020
  • cip-core-1.3.3

    May 26, 2020
  • cip-core-1.3.2

    Jan 14, 2020
  • cip-core-1.3.1

    Apr 18, 2019
  • cip-core-1.3.0

    Mar 09, 2019
  • cip-core-1.2.0

    Sep 17, 2018

How to add a dependency to Maven

Add the following com.digitalpetri.enip : cip-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.digitalpetri.enip</groupId>
    <artifactId>cip-core</artifactId>
    <version>1.4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.digitalpetri.enip : cip-core gradle dependency to your build.gradle file:

implementation 'com.digitalpetri.enip:cip-core:1.4.1'

Gradle Kotlin DSL: Add the following com.digitalpetri.enip : cip-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.digitalpetri.enip:cip-core:1.4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.digitalpetri.enip : cip-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.digitalpetri.enip" % "cip-core" % "1.4.1"

Advertisement