is not current version
Last Version 3.0.4

net.3scale:3scale-api 3.0.2

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

Categories

Categories

Net
GroupId

GroupId

net.3scale
ArtifactId

ArtifactId

3scale-api
Version

Version

3.0.2
Type

Type

jar

Download 3scale-api 3.0.2


<!-- https://jarcasting.com/artifacts/net.3scale/3scale-api/ -->
<dependency>
    <groupId>net.3scale</groupId>
    <artifactId>3scale-api</artifactId>
    <version>3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.3scale/3scale-api/
implementation 'net.3scale:3scale-api:3.0.2'
// https://jarcasting.com/artifacts/net.3scale/3scale-api/
implementation ("net.3scale:3scale-api:3.0.2")
'net.3scale:3scale-api:jar:3.0.2'
<dependency org="net.3scale" name="3scale-api" rev="3.0.2">
  <artifact name="3scale-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.3scale', module='3scale-api', version='3.0.2')
)
libraryDependencies += "net.3scale" % "3scale-api" % "3.0.2"
[net.3scale/3scale-api "3.0.2"]