MVN

com.ovea.tajin : tajin-client

Maven & Gradle

Mar 12, 2013
3 usages

Tajin :: Client

<dependency>
    <groupId>com.ovea.tajin</groupId>
    <artifactId>tajin-client</artifactId>
    <version>1.0.b11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ovea.tajin : tajin-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.b11

All Versions

Choose a version of com.ovea.tajin : tajin-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
tajin-client-1.0.b11
tajin-client-1.0.b10
tajin-client-1.0.b9
tajin-client-1.0.b8
tajin-client-1.0.b7
tajin-client-1.0.b6
tajin-client-1.0.b5
tajin-client-1.0.b4
tajin-client-1.0.b3
tajin-client-1.0.b2
tajin-client-1.0.b1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.ovea.tajin</groupId>
    <artifactId>tajin-client</artifactId>
    <version>1.0.b11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ovea.tajin : tajin-client gradle dependency to your build.gradle file:

implementation 'com.ovea.tajin:tajin-client:1.0.b11'

Gradle Kotlin DSL: Add the following com.ovea.tajin : tajin-client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ovea.tajin:tajin-client:1.0.b11")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ovea.tajin : tajin-client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ovea.tajin" % "tajin-client" % "1.0.b11"