MVN

net.intelie.live : liverig-witsml

Maven & Gradle

Apr 30, 2020
1 usages

liverig-witsml · liverig witsml

<dependency>
    <groupId>net.intelie.live</groupId>
    <artifactId>liverig-witsml</artifactId>
    <version>2.24.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.intelie.live : liverig-witsml to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.24.0

All Versions

Choose a version of net.intelie.live : liverig-witsml to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.24.x
liverig-witsml-2.24.0
2.23.x
liverig-witsml-2.23.0

How to add a dependency to Maven

Add the following net.intelie.live : liverig-witsml maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.intelie.live</groupId>
    <artifactId>liverig-witsml</artifactId>
    <version>2.24.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.intelie.live : liverig-witsml gradle dependency to your build.gradle file:

implementation 'net.intelie.live:liverig-witsml:2.24.0'

Gradle Kotlin DSL: Add the following net.intelie.live : liverig-witsml gradle kotlin dependency to your build.gradle.kts file:

implementation("net.intelie.live:liverig-witsml:2.24.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.intelie.live : liverig-witsml sbt scala dependency to your build.sbt file:

libraryDependencies += "net.intelie.live" % "liverig-witsml" % "2.24.0"

Advertisement