MVN

com.hashmapinc.tempus : witsml-client

Maven & Gradle

Jan 04, 2019
22 stars

WITSML Client · This library assists in querying a WITSML server for 1.3.1.1 data or 1.4.1.1 data

<dependency>
    <groupId>com.hashmapinc.tempus</groupId>
    <artifactId>witsml-client</artifactId>
    <version>1.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.hashmapinc.tempus : witsml-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of com.hashmapinc.tempus : witsml-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
witsml-client-1.1.0
1.0.x
witsml-client-1.0.20
witsml-client-1.0.18
witsml-client-1.0.17
witsml-client-1.0.16
witsml-client-1.0.15
witsml-client-1.0.13
witsml-client-1.0.12
witsml-client-1.0.11
witsml-client-1.0.10
witsml-client-1.0.8
witsml-client-1.0.7
witsml-client-1.0.6
witsml-client-1.0.5
witsml-client-1.0.4
witsml-client-1.0.3
witsml-client-1.0.2
witsml-client-1.0.1
1.0
witsml-client-1.0

How to add a dependency to Maven

Add the following com.hashmapinc.tempus : witsml-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.hashmapinc.tempus</groupId>
    <artifactId>witsml-client</artifactId>
    <version>1.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.hashmapinc.tempus : witsml-client gradle dependency to your build.gradle file:

implementation 'com.hashmapinc.tempus:witsml-client:1.1.0'

Gradle Kotlin DSL: Add the following com.hashmapinc.tempus : witsml-client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.hashmapinc.tempus:witsml-client:1.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.hashmapinc.tempus : witsml-client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.hashmapinc.tempus" % "witsml-client" % "1.1.0"

Advertisement