MVN

net.3scale : 3scale-api

Maven & Gradle

May 24, 2017
27 stars

3scale Java API · This API is used to encapsulate the communication with the 3scale backend server for validating and reporting transactions between the user and the provider of a service

<dependency>
    <groupId>net.3scale</groupId>
    <artifactId>3scale-api</artifactId>
    <version>3.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.3scale : 3scale-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.4

All Versions

Choose a version of net.3scale : 3scale-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
3scale-api-3.0.4
3scale-api-3.0.3
3scale-api-3.0.2

How to add a dependency to Maven

Add the following net.3scale : 3scale-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.3scale</groupId>
    <artifactId>3scale-api</artifactId>
    <version>3.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.3scale : 3scale-api gradle dependency to your build.gradle file:

implementation 'net.3scale:3scale-api:3.0.4'

Gradle Kotlin DSL: Add the following net.3scale : 3scale-api gradle kotlin dependency to your build.gradle.kts file:

implementation("net.3scale:3scale-api:3.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.3scale : 3scale-api sbt scala dependency to your build.sbt file:

libraryDependencies += "net.3scale" % "3scale-api" % "3.0.4"

Advertisement