MVN

com.hashmapinc.tempus : WitsmlObjects

Maven & Gradle

Sep 03, 2019
1 usages
17 stars

WITSML Objects Helper Library · This library assists in serializing and deserializing WITSML 1.3.1.1 and 1.4.1.1 Objects

<dependency>
    <groupId>com.hashmapinc.tempus</groupId>
    <artifactId>WitsmlObjects</artifactId>
    <version>1.1.46</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.1.46

All Versions

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

  • Version Updated
  • WitsmlObjects-1.1.46

    Sep 03, 2019
  • WitsmlObjects-1.1.48.1

    Aug 13, 2019
  • WitsmlObjects-1.1.45

    Aug 12, 2019
  • WitsmlObjects-1.1.44

    Aug 11, 2019
  • WitsmlObjects-1.1.43

    Aug 11, 2019
  • WitsmlObjects-1.1.42

    Aug 11, 2019
  • WitsmlObjects-1.1.41

    Aug 11, 2019
  • WitsmlObjects-1.1.40

    Jul 31, 2019
  • WitsmlObjects-1.1.39

    Jul 29, 2019
  • WitsmlObjects-1.1.38

    Jul 24, 2019
  • WitsmlObjects-1.1.37

    Jul 24, 2019
  • WitsmlObjects-1.1.36

    Jul 18, 2019
  • WitsmlObjects-1.1.35

    Jul 08, 2019
  • WitsmlObjects-1.1.34

    Jun 14, 2019
  • WitsmlObjects-1.1.33

    May 31, 2019
  • WitsmlObjects-1.1.32

    May 31, 2019
  • WitsmlObjects-1.1.31

    Apr 02, 2019
  • WitsmlObjects-1.1.30

    Mar 06, 2019
  • WitsmlObjects-1.1.29

    Mar 05, 2019
  • WitsmlObjects-1.1.28

    Mar 05, 2019
  • WitsmlObjects-1.1.26

    Mar 04, 2019
  • WitsmlObjects-1.1.25

    Feb 27, 2019
  • WitsmlObjects-1.1.24

    Feb 27, 2019
  • WitsmlObjects-1.1.23

    Feb 22, 2019
  • WitsmlObjects-1.1.22

    Feb 16, 2019
  • WitsmlObjects-1.1.21

    Feb 06, 2019
  • WitsmlObjects-1.1.20

    Feb 05, 2019
  • WitsmlObjects-1.1.19

    Feb 05, 2019
  • WitsmlObjects-1.1.18

    Feb 04, 2019
  • WitsmlObjects-1.1.17

    Jan 30, 2019
  • WitsmlObjects-1.1.16

    Jan 29, 2019
  • WitsmlObjects-1.1.15

    Jan 24, 2019
  • WitsmlObjects-1.1.14

    Jan 23, 2019
  • WitsmlObjects-1.1.13

    Jan 23, 2019
  • WitsmlObjects-1.1.12

    Jan 22, 2019
  • WitsmlObjects-1.1.11

    Jan 21, 2019
  • WitsmlObjects-1.1.10

    Jan 18, 2019
  • WitsmlObjects-1.1.8

    Jan 16, 2019
  • WitsmlObjects-1.1.7

    Jan 14, 2019
  • WitsmlObjects-1.1.6

    Jan 04, 2019
  • WitsmlObjects-1.1.5

    Dec 18, 2018
  • WitsmlObjects-1.1.4

    Dec 05, 2018
  • WitsmlObjects-1.1.3

    Dec 03, 2018
  • WitsmlObjects-1.1.2

    Nov 30, 2018
  • WitsmlObjects-1.1.1

    Nov 15, 2018
  • WitsmlObjects-1.0.13

    Dec 07, 2017
  • WitsmlObjects-1.0.12

    Dec 07, 2017
  • WitsmlObjects-1.0.11

    Dec 06, 2017
  • WitsmlObjects-1.0.10

    Dec 06, 2017
  • WitsmlObjects-1.0.9

    Dec 05, 2017
  • WitsmlObjects-1.0.8

    Dec 05, 2017
  • WitsmlObjects-1.0.7

    Dec 04, 2017
  • WitsmlObjects-1.0.6

    Oct 10, 2017
  • WitsmlObjects-1.0.5

    Sep 18, 2017
  • WitsmlObjects-1.0.4

    Sep 18, 2017
  • WitsmlObjects-1.0.3

    Sep 18, 2017
  • WitsmlObjects-1.0.2

    Sep 18, 2017
  • WitsmlObjects-1.0.1

    Sep 17, 2017
  • WitsmlObjects-1.0

    Aug 14, 2017

How to add a dependency to Maven

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

<dependency>
    <groupId>com.hashmapinc.tempus</groupId>
    <artifactId>WitsmlObjects</artifactId>
    <version>1.1.46</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.hashmapinc.tempus:WitsmlObjects:1.1.46'

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

implementation("com.hashmapinc.tempus:WitsmlObjects:1.1.46")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.hashmapinc.tempus" % "WitsmlObjects" % "1.1.46"