MVN

com.cloudesire : tisana4j

Maven & Gradle

Jun 28, 2017
4 stars

tisana4j · Yet another (but missing) simple RESTful client library for Java.

<dependency>
    <groupId>com.cloudesire</groupId>
    <artifactId>tisana4j</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.cloudesire : tisana4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of com.cloudesire : tisana4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
tisana4j-1.0.0
0.0.x
tisana4j-0.0.31
tisana4j-0.0.30
tisana4j-0.0.29
tisana4j-0.0.28
tisana4j-0.0.27
tisana4j-0.0.26
tisana4j-0.0.25
tisana4j-0.0.24
tisana4j-0.0.23
tisana4j-0.0.22
tisana4j-0.0.21
tisana4j-0.0.20
tisana4j-0.0.16
tisana4j-0.0.14
tisana4j-0.0.12
tisana4j-0.0.11
tisana4j-0.0.10

How to add a dependency to Maven

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

<dependency>
    <groupId>com.cloudesire</groupId>
    <artifactId>tisana4j</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.cloudesire : tisana4j gradle dependency to your build.gradle file:

implementation 'com.cloudesire:tisana4j:1.0.0'

Gradle Kotlin DSL: Add the following com.cloudesire : tisana4j gradle kotlin dependency to your build.gradle.kts file:

implementation("com.cloudesire:tisana4j:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.cloudesire : tisana4j sbt scala dependency to your build.sbt file:

libraryDependencies += "com.cloudesire" % "tisana4j" % "1.0.0"

Advertisement