MVN

ch.sharedvd.tipi : tipi-engine

Maven & Gradle

Jun 25, 2019
1 stars

TiPi - Engine · TiPi - Transaction Processing Engine

<dependency>
    <groupId>ch.sharedvd.tipi</groupId>
    <artifactId>tipi-engine</artifactId>
    <version>2.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ch.sharedvd.tipi : tipi-engine to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.2

All Versions

Choose a version of ch.sharedvd.tipi : tipi-engine to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
tipi-engine-2.0.2
tipi-engine-2.0.1
tipi-engine-2.0.0
1.1.x
tipi-engine-1.1.11
tipi-engine-1.1.10
tipi-engine-1.1.9
tipi-engine-1.1.8
tipi-engine-1.1.7
tipi-engine-1.1.6
tipi-engine-1.1.5
tipi-engine-1.1.4
tipi-engine-1.1.3
tipi-engine-1.1.1
1.0.x
tipi-engine-1.0.8
tipi-engine-1.0.7
tipi-engine-1.0.5

How to add a dependency to Maven

Add the following ch.sharedvd.tipi : tipi-engine maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ch.sharedvd.tipi</groupId>
    <artifactId>tipi-engine</artifactId>
    <version>2.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ch.sharedvd.tipi : tipi-engine gradle dependency to your build.gradle file:

implementation 'ch.sharedvd.tipi:tipi-engine:2.0.2'

Gradle Kotlin DSL: Add the following ch.sharedvd.tipi : tipi-engine gradle kotlin dependency to your build.gradle.kts file:

implementation("ch.sharedvd.tipi:tipi-engine:2.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following ch.sharedvd.tipi : tipi-engine sbt scala dependency to your build.sbt file:

libraryDependencies += "ch.sharedvd.tipi" % "tipi-engine" % "2.0.2"